Skip to content

Commit

Permalink
Update OptionsNetwork.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed May 19, 2024
1 parent 0e3ee56 commit f953778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SandboxiePlus/SandMan/Windows/OptionsNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ void COptionsWindow::CloseNetProxyEdit(QTreeWidgetItem* pItem, bool bSave)
pItem->setData(2, Qt::UserRole, pPort->text());

pItem->setText(3, pAuth->currentText());
pItem->setData(3, Qt::UserRole, (int)GetAuthMode(pAuth->currentText()));
pItem->setData(3, Qt::UserRole, pAuth->currentData());

pItem->setText(4, pLogin->text());
pItem->setData(4, Qt::UserRole, pLogin->text());
Expand Down

0 comments on commit f953778

Please sign in to comment.