mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
Fix "Set location" to be really applied
This commit is contained in:
parent
a4b606c6e9
commit
386f99cb1d
@ -342,7 +342,7 @@ void TransferListWidget::setSelectedTorrentsLocation()
|
||||
return;
|
||||
|
||||
const Path newLocation {fileDialog->selectedFiles().constFirst()};
|
||||
if (newLocation.exists())
|
||||
if (!newLocation.exists())
|
||||
return;
|
||||
|
||||
// Actually move storage
|
||||
|
Loading…
Reference in New Issue
Block a user