summaryrefslogtreecommitdiffstats
path: root/qml/GlimmeringQtLogo.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/GlimmeringQtLogo.qml')
-rw-r--r--qml/GlimmeringQtLogo.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/qml/GlimmeringQtLogo.qml b/qml/GlimmeringQtLogo.qml
index 817b678..2a8f973 100644
--- a/qml/GlimmeringQtLogo.qml
+++ b/qml/GlimmeringQtLogo.qml
@@ -31,7 +31,8 @@ Item {
height: width * sourceSize.height / sourceSize.width;
source: "images/qt-logo.png"
- visible: false || !engine.glAvailable
+ visible: !engine.glAvailable
+ layer.enabled: true
}
HighlightShader {
@@ -77,7 +78,4 @@ Item {
}
}
}
-
-
-
}