1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

blacklist plasma notifications in heuristics

--plasma notification applet has become more complex
lets blacklist it in order to provide the real
plasma experience and see how it goes

BUG: 408566
FIXED-IN: 0.8.9
This commit is contained in:
Michail Vourlakos 2019-06-12 23:31:54 +03:00
parent 0137317ee9
commit ec284dbfa8

View File

@ -19,7 +19,8 @@
//! applets that havent identified properly their Latte behavior and
//! create broken results when used in Latte
var blacklistedApplets = [];
var blacklistedApplets = ["org.kde.redshiftControl",
"org.kde.plasma.notifications"];
function typeOf(obj, className){
var name = obj.toString();