mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-30 11:45:08 +00:00
Allow UnityCounters for KDE5 resolves #4554
This commit is contained in:
parent
f59e824ec1
commit
4416dab6c1
@ -121,7 +121,7 @@ bool PreferAppIndicatorTrayIcon() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool TryUnityCounter() {
|
bool TryUnityCounter() {
|
||||||
return IsUnity() || IsPantheon() || IsUbuntu();
|
return IsUnity() || IsPantheon() || IsUbuntu() || IsKDE5();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace DesktopEnvironment
|
} // namespace DesktopEnvironment
|
||||||
|
Loading…
Reference in New Issue
Block a user