Browse Source

Fix "Set location" to be really applied

adaptive-webui-19844
Vladimir Golovnev (Glassez) 3 years ago
parent
commit
386f99cb1d
No known key found for this signature in database
GPG Key ID: 52A2C7DEE2DFA6F7
  1. 2
      src/gui/transferlistwidget.cpp

2
src/gui/transferlistwidget.cpp

@ -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…
Cancel
Save