1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge branch 'pr1574'

This commit is contained in:
tux3 2015-05-07 21:21:04 +02:00
commit 19d0465efe
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -9,6 +9,8 @@
SystemTrayIcon::SystemTrayIcon()
{
QString desktop = getenv("XDG_CURRENT_DESKTOP");
if (desktop.isEmpty())
desktop = getenv("DESKTOP_SESSION");
desktop = desktop.toLower();
if (false);
#ifdef ENABLE_SYSTRAY_UNITY_BACKEND