mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 01:41:19 +00:00
Fix 3135 again (#4122)
This commit is contained in:
@@ -268,6 +268,9 @@ bool saveToFilesystemGUI(const QPixmap& capture)
|
||||
AbstractLogger().attachNotificationPath(savePath) << msg;
|
||||
|
||||
if (config.copyPathAfterSave()) {
|
||||
#ifdef Q_OS_WIN
|
||||
savePath.replace('/', '\\');
|
||||
#endif
|
||||
FlameshotDaemon::copyToClipboard(
|
||||
savePath, QObject::tr("Path copied to clipboard as ") + savePath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user