diff --git a/src/Gui/FileDialog.cpp b/src/Gui/FileDialog.cpp index a6320fb7c8..6762485a11 100644 --- a/src/Gui/FileDialog.cpp +++ b/src/Gui/FileDialog.cpp @@ -100,6 +100,7 @@ QList FileDialog::fetchSidebarUrls() QStringList list; list << QStandardPaths::writableLocation(QStandardPaths::DesktopLocation); list << QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation); + list << QStandardPaths::writableLocation(QStandardPaths::DownloadLocation); list << QStandardPaths::writableLocation(QStandardPaths::HomeLocation); list << QStandardPaths::writableLocation(QStandardPaths::PicturesLocation); list << getWorkingDirectory();