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