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