Fix formatting

This commit is contained in:
Haris Gušić
2023-09-16 13:49:45 +02:00
parent 05226bc29f
commit 6228b1953f

View File

@@ -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;