mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
- Fixed space problem for "open destination folder" action
This commit is contained in:
@@ -406,7 +406,7 @@ void GUI::openDestinationFolder() const {
|
||||
QString savePath = h.save_path();
|
||||
if(!pathsList.contains(savePath)) {
|
||||
pathsList.append(savePath);
|
||||
QDesktopServices::openUrl(QUrl(savePath));
|
||||
QDesktopServices::openUrl(QString("file://")+savePath);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user