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:
parent
ce5e91dcfc
commit
57871c9270
|
@ -42,7 +42,7 @@ SystemTrayIcon::SystemTrayIcon()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef ENABLE_SYSTRAY_GTK_BACKEND
|
#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";
|
qDebug() << "Using GTK backend";
|
||||||
backendType = SystrayBackendType::GTK;
|
backendType = SystrayBackendType::GTK;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user