From f686f009516a9ade2b43fce538c757021ee57f55 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Wed, 17 Oct 2018 00:43:05 +0200 Subject: [PATCH] Fix missing icon --- src/core/qtsystemtrayicon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/qtsystemtrayicon.cpp b/src/core/qtsystemtrayicon.cpp index 939f9f958..78ec01be3 100644 --- a/src/core/qtsystemtrayicon.cpp +++ b/src/core/qtsystemtrayicon.cpp @@ -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