Fix a typo in aurorae QML code
This commit is contained in:
parent
e26a3db030
commit
4922b6d1cd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Decoration {
|
||||||
}
|
}
|
||||||
PlasmaCore.FrameSvgItem {
|
PlasmaCore.FrameSvgItem {
|
||||||
id: decorationActive
|
id: decorationActive
|
||||||
property bool shown: (!decoration.client.maxized || !backgroundSvg.supportsMaximized) && (decoration.client.active || !backgroundSvg.supportsInactive)
|
property bool shown: (!decoration.client.maximized || !backgroundSvg.supportsMaximized) && (decoration.client.active || !backgroundSvg.supportsInactive)
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
imagePath: backgroundSvg.imagePath
|
imagePath: backgroundSvg.imagePath
|
||||||
prefix: "decoration"
|
prefix: "decoration"
|
||||||
|
|
Loading…
Reference in a new issue