diff --git a/Telegram/SourceFiles/platform/linux/linux_desktop_environment.cpp b/Telegram/SourceFiles/platform/linux/linux_desktop_environment.cpp index 483eaf1c4..eb633ce5f 100644 --- a/Telegram/SourceFiles/platform/linux/linux_desktop_environment.cpp +++ b/Telegram/SourceFiles/platform/linux/linux_desktop_environment.cpp @@ -121,7 +121,7 @@ bool PreferAppIndicatorTrayIcon() { } bool TryUnityCounter() { - return IsUnity() || IsPantheon() || IsUbuntu(); + return IsUnity() || IsPantheon() || IsUbuntu() || IsKDE5(); } } // namespace DesktopEnvironment