mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-22 09:51:06 +00:00
Update renames resouce for image flameshot.svg
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user