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

@@ -39,7 +39,7 @@ ConfigWindow::ConfigWindow(QWidget* parent)
setAttribute(Qt::WA_DeleteOnClose);
const int size = GlobalValues::buttonBaseSize() * 12;
setMinimumSize(size, size);
setWindowIcon(QIcon(":img/app/flameshot.svg"));
setWindowIcon(QIcon(":img/app/org.flameshot.Flameshot.svg"));
setWindowTitle(tr("Configuration"));
auto changedSlot = [this](QString s) {