mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Merge pull request #12528 from thalieht/proxycheckbox
Don't uncheck Authentication checkbox when changing proxy type
This commit is contained in:
@@ -82,7 +82,7 @@ class OptionsDialog final : public QDialog
|
||||
public:
|
||||
// Constructor / Destructor
|
||||
OptionsDialog(QWidget *parent = nullptr);
|
||||
~OptionsDialog();
|
||||
~OptionsDialog() override;
|
||||
|
||||
public slots:
|
||||
void showConnectionTab();
|
||||
|
||||
Reference in New Issue
Block a user