mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Enable preferences Apply button when ip banlist is modified
This commit is contained in:
committed by
sledgehammer999
parent
dfc3f047e2
commit
f3b7f17a7c
@@ -1732,8 +1732,9 @@ bool OptionsDialog::webUIAuthenticationOk()
|
||||
|
||||
void OptionsDialog::on_banListButton_clicked()
|
||||
{
|
||||
// have to call dialog window
|
||||
BanListOptions(this).exec();
|
||||
// call dialog window
|
||||
if (BanListOptions(this).exec() == QDialog::Accepted)
|
||||
enableApplyButton();
|
||||
}
|
||||
|
||||
void OptionsDialog::on_IPSubnetWhitelistButton_clicked()
|
||||
|
||||
Reference in New Issue
Block a user