mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Fix for wrong set savePath on Windows (#4027)
This commit is contained in:
@@ -241,8 +241,7 @@ bool saveToFilesystemGUI(const QPixmap& capture)
|
||||
}
|
||||
#endif
|
||||
if (!config.savePathFixed()) {
|
||||
savePath = QDir::toNativeSeparators(
|
||||
ShowSaveFileDialog(QObject::tr("Save screenshot"), savePath));
|
||||
savePath = ShowSaveFileDialog(QObject::tr("Save screenshot"), savePath);
|
||||
}
|
||||
if (savePath == "") {
|
||||
return okay;
|
||||
|
||||
Reference in New Issue
Block a user