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

@@ -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/org.flameshot.Flameshot.svg"));
setWindowIcon(QIcon(":img/app/flameshot.svg"));
setWindowTitle(tr("Configuration"));
auto changedSlot = [this](QString s) {