diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-07-13 19:52:12 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-07-13 19:52:12 +0200 |
commit | 37a9772a5c1426b06bf691685cd9d59533dd67ab (patch) | |
tree | 97a112f67e5c849c13874d899522925f014e2325 /gui/qml/BackgroundImage.qml | |
parent | 0a42d4cce42ea20496834a58f4e04797dad38790 (diff) |
[ui] show window when preferences clicked
Diffstat (limited to 'gui/qml/BackgroundImage.qml')
-rw-r--r-- | gui/qml/BackgroundImage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/qml/BackgroundImage.qml b/gui/qml/BackgroundImage.qml index aed907f..3071bf4 100644 --- a/gui/qml/BackgroundImage.qml +++ b/gui/qml/BackgroundImage.qml @@ -11,7 +11,7 @@ Rectangle { Image { source: parent.backgroundSrc; - visible: backgroundVisible; + visible: parent.backgroundVisible; fillMode: Image.PreserveAspectCrop; anchors.fill: parent; opacity: 0.8; |