mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-10 21:18:19 +03:00
fix fake background blur for shared layouts
This commit is contained in:
parent
688a45289a
commit
ded6ef04e5
@ -304,7 +304,7 @@ Item{
|
||||
visible: false
|
||||
|
||||
fillMode: Image.Tile
|
||||
source: hasBackground ? latteView.layout.background : "../icons/"+editModeVisual.layoutColor+"print.jpg"
|
||||
source: hasBackground ? latteView.layout.background : "../icons/"+latteView.layout.background+"print.jpg"
|
||||
|
||||
readonly property bool hasBackground: (latteView && latteView.layout && latteView.layout.background.startsWith("/")) ?
|
||||
true : false
|
||||
|
Loading…
Reference in New Issue
Block a user