mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-23 19:57:31 +00:00
fixing icon regression (#1051)
* fixing icon regression * fixed symlink
This commit is contained in:
@@ -108,8 +108,7 @@ bool ScreenshotSaver::saveToFilesystemGUI(const QPixmap& capture)
|
||||
QString msg = QObject::tr("Error trying to save as ") + savePath;
|
||||
QMessageBox saveErrBox(
|
||||
QMessageBox::Warning, QObject::tr("Save Error"), msg);
|
||||
saveErrBox.setWindowIcon(
|
||||
QIcon(":img/app/org.flameshot.Flameshot.svg"));
|
||||
saveErrBox.setWindowIcon(QIcon(":img/app/flameshot.svg"));
|
||||
saveErrBox.exec();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user