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

@@ -36,7 +36,7 @@ InfoWindow::InfoWindow(QWidget* parent)
: QWidget(parent)
{
setAttribute(Qt::WA_DeleteOnClose);
setWindowIcon(QIcon(":img/app/flameshot.svg"));
setWindowIcon(QIcon(":img/app/org.flameshot.Flameshot.svg"));
setWindowTitle(tr("About"));
#if (QT_VERSION >= QT_VERSION_CHECK(5, 10, 0))