1
0
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:
Michail Vourlakos 2019-09-12 20:30:03 +03:00
parent eb564fdc7d
commit bebdc11aa5

View File

@ -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
}