mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-28 06:07:42 +00:00
Remove svg dependencies
This commit is contained in:
@@ -73,7 +73,7 @@ void Controller::createTrayIcon() {
|
||||
m_trayIcon = new QSystemTrayIcon(this);
|
||||
m_trayIcon->setToolTip("Flameshot");
|
||||
m_trayIcon->setContextMenu(m_trayIconMenu);
|
||||
m_trayIcon->setIcon(QIcon(":img/flameshot.svg"));
|
||||
m_trayIcon->setIcon(QIcon(":img/flameshot.png"));
|
||||
connect(m_trayIcon, &QSystemTrayIcon::activated,
|
||||
this, &Controller::trayIconActivated);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user