mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Fixed apply button in options (broken a few commit ago)
This commit is contained in:
@@ -535,7 +535,7 @@ bool options_imp::getClearFinishedOnExit() const{
|
||||
|
||||
void options_imp::on_applyButton_clicked(){
|
||||
saveOptions();
|
||||
emit optionsApplied(tr("Options were saved successfully."), false);
|
||||
emit status_changed(tr("Options were saved successfully."), false);
|
||||
}
|
||||
|
||||
void options_imp::on_cancelButton_clicked(){
|
||||
|
||||
Reference in New Issue
Block a user