mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix "Set location" to be really applied
This commit is contained in:
@@ -342,7 +342,7 @@ void TransferListWidget::setSelectedTorrentsLocation()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
const Path newLocation {fileDialog->selectedFiles().constFirst()};
|
const Path newLocation {fileDialog->selectedFiles().constFirst()};
|
||||||
if (newLocation.exists())
|
if (!newLocation.exists())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Actually move storage
|
// Actually move storage
|
||||||
|
|||||||
Reference in New Issue
Block a user