dont draw latte indicator for view empty space

pull/9/head
Michail Vourlakos 5 years ago
parent 7d42891833
commit 3a2fc4ef2c

@ -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…
Cancel
Save