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:
parent
0137317ee9
commit
ec284dbfa8
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user