blob: c23ade475dca43f6f8168bb1f23d491e5d2e78c2 (
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 82fe8f7d8..c4729df0b 100644
--- a/Telegram/SourceFiles/platform/linux/tray_linux.cpp
+++ b/Telegram/SourceFiles/platform/linux/tray_linux.cpp
@@ -166,7 +166,7 @@ QIcon IconGraphic::trayIcon(
}
- if (systemIcon.name() == panelIconName(counter, muted)) {
+ if (0 && systemIcon.name() == panelIconName(counter, muted)) {
updateIconRegenerationNeeded(
systemIcon,
systemIcon,
|