Fix missing icon

This commit is contained in:
Jonas Kvinge 2018-10-17 00:43:05 +02:00
parent 3d13c12cb7
commit f686f00951
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ QtSystemTrayIcon::QtSystemTrayIcon(QObject *parent)
action_mute_(nullptr) {
QIcon theme_icon = IconLoader::Load("strawberry", 48);
QIcon theme_icon_grey = IconLoader::Load("strawberry-grey", 48);
QIcon theme_icon_grey = theme_icon;
if (theme_icon.isNull() || theme_icon_grey.isNull()) {
// Load the default icon