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

Use GTK systray backend on MATE

This commit is contained in:
tux3 2015-05-13 14:43:45 +02:00
parent ce5e91dcfc
commit 57871c9270
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -42,7 +42,7 @@ SystemTrayIcon::SystemTrayIcon()
}
#endif
#ifdef ENABLE_SYSTRAY_GTK_BACKEND
else if (desktop == "xfce" || desktop.contains("gnome"))
else if (desktop == "xfce" || desktop.contains("gnome") || desktop == "mate")
{
qDebug() << "Using GTK backend";
backendType = SystrayBackendType::GTK;