fixing icon regression (#1051)

* fixing icon regression

* fixed symlink
This commit is contained in:
borgmanJeremy
2020-10-12 08:40:35 -05:00
committed by GitHub
parent ac7142c4df
commit f11073bc00
13 changed files with 26 additions and 9 deletions

View File

@@ -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();
}
}