mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fixed apply button in options (broken a few commit ago)
This commit is contained in:
parent
fb54c035a7
commit
774fab54a3
2 changed files with 1 additions and 2 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue