fix: correcting images name
This commit is contained in:
committed by
borgmanJeremy
parent
36fdb3b2f4
commit
ac7142c4df
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user