diff --git a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp index da8915f2d..59a03792e 100644 --- a/Telegram/SourceFiles/platform/linux/main_window_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/main_window_linux.cpp @@ -376,7 +376,7 @@ void MainWindow::updateIconCounters() { void MainWindow::LibsLoaded() { noQtTrayIcon = !DesktopEnvironment::TryQtTrayIcon(); - tryAppIndicator = !DesktopEnvironment::PreferAppIndicatorTrayIcon(); + tryAppIndicator = DesktopEnvironment::PreferAppIndicatorTrayIcon(); LOG(("Tray Icon: Try Qt = %1, Prefer appindicator = %2").arg(Logs::b(!noQtTrayIcon)).arg(Logs::b(tryAppIndicator)));