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:
parent
c3f9177ec9
commit
c46d5e1f08
@ -47,8 +47,7 @@ LatteComponents.IndicatorItem {
|
||||
Loader{
|
||||
id: backLayer
|
||||
anchors.fill: parent
|
||||
active: level.isBackground
|
||||
|
||||
active: level.isBackground && !indicator.isEmptySpace
|
||||
sourceComponent: BackLayer{}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user