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
|
#endif
|
||||||
if (!config.savePathFixed()) {
|
if (!config.savePathFixed()) {
|
||||||
savePath = QDir::toNativeSeparators(
|
savePath = ShowSaveFileDialog(QObject::tr("Save screenshot"), savePath);
|
||||||
ShowSaveFileDialog(QObject::tr("Save screenshot"), savePath));
|
|
||||||
}
|
}
|
||||||
if (savePath == "") {
|
if (savePath == "") {
|
||||||
return okay;
|
return okay;
|
||||||
|
|||||||
Reference in New Issue
Block a user