mirror of https://github.com/procxx/kepka.git
Allow UnityCounters for KDE5 resolves #4554
This commit is contained in:
parent
f59e824ec1
commit
4416dab6c1
|
@ -121,7 +121,7 @@ bool PreferAppIndicatorTrayIcon() {
|
|||
}
|
||||
|
||||
bool TryUnityCounter() {
|
||||
return IsUnity() || IsPantheon() || IsUbuntu();
|
||||
return IsUnity() || IsPantheon() || IsUbuntu() || IsKDE5();
|
||||
}
|
||||
|
||||
} // namespace DesktopEnvironment
|
||||
|
|
Loading…
Reference in New Issue