mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Save preferences before updating QBtSession.
This commit is contained in:
@@ -596,6 +596,7 @@ void AddNewTorrentDialog::on_buttonBox_accepted()
|
||||
pref.useAdditionDialog(!ui->never_show_cb->isChecked());
|
||||
if (ui->default_save_path_cb->isChecked()) {
|
||||
pref.setSavePath(ui->save_path_combo->itemData(ui->save_path_combo->currentIndex()).toString());
|
||||
pref.sync();
|
||||
QBtSession::instance()->configureSession();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user