mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-15 18:30:39 +01:00
Fix hardcoded systemtray icon
This commit is contained in:
parent
47f4287e64
commit
540b6eba04
@ -46,7 +46,7 @@ QtSystemTrayIcon::QtSystemTrayIcon(QObject *parent)
|
|||||||
tray_(new QSystemTrayIcon(this)),
|
tray_(new QSystemTrayIcon(this)),
|
||||||
menu_(new QMenu),
|
menu_(new QMenu),
|
||||||
app_name_(QCoreApplication::applicationName()),
|
app_name_(QCoreApplication::applicationName()),
|
||||||
icon_(":/icons/48x48/strawberry.png"),
|
icon_(IconLoader::Load("strawberry")),
|
||||||
normal_icon_(icon_.pixmap(48, QIcon::Normal)),
|
normal_icon_(icon_.pixmap(48, QIcon::Normal)),
|
||||||
grey_icon_(icon_.pixmap(48, QIcon::Disabled)),
|
grey_icon_(icon_.pixmap(48, QIcon::Disabled)),
|
||||||
action_play_pause_(nullptr),
|
action_play_pause_(nullptr),
|
||||||
|
Loading…
Reference in New Issue
Block a user