mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-10 07:22:47 -07:00
Don't uncheck Authentication checkbox when changing proxy type
Closes #12525
This commit is contained in:
parent
f0549b4cb2
commit
5d16379941
2 changed files with 8 additions and 17 deletions
|
@ -1457,7 +1457,6 @@ void OptionsDialog::enableProxy(const int index)
|
|||
}
|
||||
else {
|
||||
m_ui->checkProxyAuth->setEnabled(false);
|
||||
m_ui->checkProxyAuth->setChecked(false);
|
||||
m_ui->isProxyOnlyForTorrents->setEnabled(false);
|
||||
m_ui->isProxyOnlyForTorrents->setChecked(true);
|
||||
}
|
||||
|
@ -1471,7 +1470,6 @@ void OptionsDialog::enableProxy(const int index)
|
|||
m_ui->checkProxyPeerConnecs->setEnabled(false);
|
||||
m_ui->isProxyOnlyForTorrents->setEnabled(false);
|
||||
m_ui->checkProxyAuth->setEnabled(false);
|
||||
m_ui->checkProxyAuth->setChecked(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue