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 48f8d1f commit 23fade7Copy full SHA for 23fade7
src/utils/screenshotsaver.cpp
@@ -268,6 +268,9 @@ bool saveToFilesystemGUI(const QPixmap& capture)
268
AbstractLogger().attachNotificationPath(savePath) << msg;
269
270
if (config.copyPathAfterSave()) {
271
+#ifdef Q_OS_WIN
272
+ savePath.replace('/', '\\');
273
+#endif
274
FlameshotDaemon::copyToClipboard(
275
savePath, QObject::tr("Path copied to clipboard as ") + savePath);
276
}
0 commit comments