1
0
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:
Michail Vourlakos 2020-04-04 21:18:34 +03:00
parent 688a45289a
commit ded6ef04e5

View File

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