mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Save preferences before updating QBtSession.
This commit is contained in:
parent
93cdd1b98c
commit
a50aa2d8e5
1 changed files with 1 additions and 0 deletions
|
@ -596,6 +596,7 @@ void AddNewTorrentDialog::on_buttonBox_accepted()
|
||||||
pref.useAdditionDialog(!ui->never_show_cb->isChecked());
|
pref.useAdditionDialog(!ui->never_show_cb->isChecked());
|
||||||
if (ui->default_save_path_cb->isChecked()) {
|
if (ui->default_save_path_cb->isChecked()) {
|
||||||
pref.setSavePath(ui->save_path_combo->itemData(ui->save_path_combo->currentIndex()).toString());
|
pref.setSavePath(ui->save_path_combo->itemData(ui->save_path_combo->currentIndex()).toString());
|
||||||
|
pref.sync();
|
||||||
QBtSession::instance()->configureSession();
|
QBtSession::instance()->configureSession();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue