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