diff --git a/src/GUI.cpp b/src/GUI.cpp index 99c857284..050b39645 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -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); } } }