mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
- BUGFIX: Fix problems when changing save path (if using temporary download folder)
- Bump to v1.4.1
This commit is contained in:
@@ -711,7 +711,8 @@ void properties::on_changeSavePathButton_clicked() {
|
||||
savepath_file.write(savePath.path().toLocal8Bit());
|
||||
savepath_file.close();
|
||||
// Actually move storage
|
||||
h.move_storage(savePath.path());
|
||||
if(!BTSession->useTemporaryFolder() || h.is_seed())
|
||||
h.move_storage(savePath.path());
|
||||
// Update save_path in dialog
|
||||
save_path->setText(savePath.path());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user