From 0a42d4cce42ea20496834a58f4e04797dad38790 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Mon, 12 Jul 2021 19:51:31 +0200 Subject: [docs] add changelog entry for ipv6 bug --- gui/qml/BackgroundImage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/qml') 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; -- cgit v1.2.3