Update renames resouce for image flameshot.svg

This commit is contained in:
Yuriy Puchkov
2020-10-15 16:34:44 +03:00
parent f68cbfba65
commit 2a138cf60f
5 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ InfoWindow::InfoWindow(QWidget* parent)
void InfoWindow::initLabels()
{
QLabel* icon = new QLabel();
icon->setPixmap(QPixmap(":img/app/org.flameshot.Flameshot.svg"));
icon->setPixmap(QPixmap(":img/app/flameshot.svg"));
icon->setAlignment(Qt::AlignHCenter);
m_layout->addWidget(icon);