mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Fix "Set location" to be really applied
This commit is contained in:
parent
a4b606c6e9
commit
386f99cb1d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue