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 {
|
||||
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
|
||||
imagePath: backgroundSvg.imagePath
|
||||
prefix: "decoration"
|
||||
|
|
Loading…
Reference in a new issue