summaryrefslogtreecommitdiffstats
path: root/qml/Background.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/Background.qml')
-rw-r--r--qml/Background.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/qml/Background.qml b/qml/Background.qml
index 81fb81d..3beb07f 100644
--- a/qml/Background.qml
+++ b/qml/Background.qml
@@ -33,6 +33,10 @@ Image {
source: "images/backImg.jpg"
fillMode: Image.PreserveAspectCrop
+ // QTBUG-63585, background image causes poor performance of flickable items
+ // on low-end gpu devices
+ visible: false
+
Rectangle {
anchors.fill: parent
color: "#09102b"