fix: correcting images name

This commit is contained in:
Ahmed Zetao Yang
2020-10-11 17:22:19 +08:00
committed by borgmanJeremy
parent 36fdb3b2f4
commit ac7142c4df
6 changed files with 7 additions and 6 deletions

View File

@@ -108,7 +108,8 @@ 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/flameshot.svg"));
saveErrBox.setWindowIcon(
QIcon(":img/app/org.flameshot.Flameshot.svg"));
saveErrBox.exec();
}
}