mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-27 06:03:51 +03:00
dont draw latte indicator for view empty space
This commit is contained in:
parent
eb564fdc7d
commit
bebdc11aa5
@ -91,6 +91,10 @@ LatteComponents.IndicatorItem{
|
||||
LatteComponents.GlowPoint{
|
||||
id:firstPoint
|
||||
opacity: {
|
||||
if (indicator.isEmptySpace) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (indicator.isTask) {
|
||||
return indicator.isLauncher || (indicator.inRemoving && !activeAndReverseAnimation.running) ? 0 : 1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user