mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Removed logging panel for now. It will be replaced by a seperate dialog in order to simplify the default UI.
This commit is contained in:
@@ -816,7 +816,7 @@ void options_imp::on_buttonBox_accepted(){
|
||||
applyButton->setEnabled(false);
|
||||
// set infobar text
|
||||
this->hide();
|
||||
emit status_changed(tr("Options were saved successfully."), true);
|
||||
emit status_changed(true);
|
||||
}else{
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
accept();
|
||||
@@ -826,7 +826,7 @@ void options_imp::on_buttonBox_accepted(){
|
||||
void options_imp::applySettings(QAbstractButton* button) {
|
||||
if(button == applyButton){
|
||||
saveOptions();
|
||||
emit status_changed(tr("Options were saved successfully."), false);
|
||||
emit status_changed(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user