mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 06:37:24 +02:00
Allow UnityCounters for KDE5 resolves #4554
This commit is contained in:
parent
f59e824ec1
commit
4416dab6c1
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ bool PreferAppIndicatorTrayIcon() {
|
|||
}
|
||||
|
||||
bool TryUnityCounter() {
|
||||
return IsUnity() || IsPantheon() || IsUbuntu();
|
||||
return IsUnity() || IsPantheon() || IsUbuntu() || IsKDE5();
|
||||
}
|
||||
|
||||
} // namespace DesktopEnvironment
|
||||
|
|
Loading…
Add table
Reference in a new issue