diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-07-12 19:51:31 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-07-12 19:51:31 +0200 |
commit | 0a42d4cce42ea20496834a58f4e04797dad38790 (patch) | |
tree | 231aef7b407b71e2bbc99f6c4a25b1286bc6eeaf /gui/qml | |
parent | 26092db4ca2ad9972c5c275d1fcfb262ac7573ac (diff) |
[docs] add changelog entry for ipv6 bug
Diffstat (limited to 'gui/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 3071bf4..aed907f 100644 --- a/gui/qml/BackgroundImage.qml +++ b/gui/qml/BackgroundImage.qml @@ -11,7 +11,7 @@ Rectangle { Image { source: parent.backgroundSrc; - visible: parent.backgroundVisible; + visible: backgroundVisible; fillMode: Image.PreserveAspectCrop; anchors.fill: parent; opacity: 0.8; |