blob: 884959e956cf0b77e31924eb527b1c5de1be02c8 (
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 ab1e34df8..a1eb8d507 100644
--- a/Telegram/SourceFiles/platform/linux/tray_linux.cpp
+++ b/Telegram/SourceFiles/platform/linux/tray_linux.cpp
@@ -164,7 +164,7 @@ QIcon IconGraphic::trayIcon(
return _trayIcon;
}
- if (systemIcon.name() == PanelIconName(counter, muted)) {
+ if (0 && systemIcon.name() == PanelIconName(counter, muted)) {
updateIconRegenerationNeeded(
systemIcon,
systemIcon,
|