summaryrefslogtreecommitdiff
path: root/gui/qml/BackgroundImage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qml/BackgroundImage.qml')
-rw-r--r--gui/qml/BackgroundImage.qml2
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;