mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +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;
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user