mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 00:17:23 -06:00
Enable preferences Apply button when ip banlist is modified
This commit is contained in:
@@ -70,8 +70,11 @@ void BanListOptions::on_buttonBox_accepted()
|
||||
IPList << index.data().toString();
|
||||
}
|
||||
BitTorrent::Session::instance()->setBannedIPs(IPList);
|
||||
QDialog::accept();
|
||||
}
|
||||
else {
|
||||
QDialog::reject();
|
||||
}
|
||||
QDialog::accept();
|
||||
}
|
||||
|
||||
void BanListOptions::on_buttonBanIP_clicked()
|
||||
|
||||
Reference in New Issue
Block a user