1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 23:21:37 +03:00

plasma_indicator not load background at empty areas

--from Latte v0.9.3 indicators can be loaded also as
a general background layer for the view. Do not load
the background layer in that case, we only need to
load the foreground one when the android-style click
animation is needed
This commit is contained in:
Michail Vourlakos 2019-09-09 20:28:11 +03:00
parent c3f9177ec9
commit c46d5e1f08

View File

@ -47,8 +47,7 @@ LatteComponents.IndicatorItem {
Loader{
id: backLayer
anchors.fill: parent
active: level.isBackground
active: level.isBackground && !indicator.isEmptySpace
sourceComponent: BackLayer{}
}