We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0b656 commit f132b1dCopy full SHA for f132b1d
src/utils/screenshotsaver.cpp
@@ -241,8 +241,7 @@ bool saveToFilesystemGUI(const QPixmap& capture)
241
}
242
#endif
243
if (!config.savePathFixed()) {
244
- savePath = QDir::toNativeSeparators(
245
- ShowSaveFileDialog(QObject::tr("Save screenshot"), savePath));
+ savePath = ShowSaveFileDialog(QObject::tr("Save screenshot"), savePath);
246
247
if (savePath == "") {
248
return okay;
0 commit comments