2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

gnome using custom tray icon, win10 multiple desktops shadow fix

This commit is contained in:
John Preston
2015-08-02 20:40:44 +03:00
parent b9022ada09
commit c89ee8224c
4 changed files with 8 additions and 4 deletions

View File

@@ -356,7 +356,7 @@ namespace {
inited = true;
QString cdesktop = QString(getenv("XDG_CURRENT_DESKTOP")).toLower();
noQtTrayIcon = (cdesktop == qstr("pantheon"));// || (cdesktop == qstr("gnome"));
noQtTrayIcon = (cdesktop == qstr("pantheon")) || (cdesktop == qstr("gnome"));
noTryUnity = (cdesktop != qstr("unity"));
if (noQtTrayIcon) cSetSupportTray(false);