Allow UnityCounters for KDE5 resolves #4554

This commit is contained in:
Anton Skorochod 2018-12-04 21:03:39 +01:00 committed by John Preston
parent f59e824ec1
commit 4416dab6c1

View File

@ -121,7 +121,7 @@ bool PreferAppIndicatorTrayIcon() {
} }
bool TryUnityCounter() { bool TryUnityCounter() {
return IsUnity() || IsPantheon() || IsUbuntu(); return IsUnity() || IsPantheon() || IsUbuntu() || IsKDE5();
} }
} // namespace DesktopEnvironment } // namespace DesktopEnvironment