summarylogtreecommitdiffstats
path: root/0001-kde-theme-injection-fix.patch
blob: e6a328f93ffbc7e99c9348715a9b0bfb1d52bf68 (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,