summarylogtreecommitdiffstats
path: root/0001-kde-theme-injection-fix.patch
blob: ccfddf176a4d9816a6eac69cee8adee909b52252 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Telegram/SourceFiles/platform/linux/tray_linux.cpp b/Telegram/SourceFiles/platform/linux/tray_linux.cpp
index 2cc92f331..82e131ea9 100644
--- a/Telegram/SourceFiles/platform/linux/tray_linux.cpp
+++ b/Telegram/SourceFiles/platform/linux/tray_linux.cpp
@@ -105,7 +105,7 @@ QIcon IconGraphic::systemIcon() const {
 }
 
 bool IconGraphic::isCounterNeeded(const State &state) const {
-	return state.systemIcon.name() != PanelIconName(
+	return true || state.systemIcon.name() != PanelIconName(
 		state.counter,
 		state.muted);
 }