aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/MediaAreaBlank.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-07 10:43:39 +0900
committerzheng_wenlong <wenlong_zheng@nexty-ele.com>2018-11-07 10:43:39 +0900
commitc76c903dffed920552459a808f29ff5ad32e10be (patch)
tree7c3436071ab16941f36a1098163fdd1a408d2c6c /homescreen/qml/MediaAreaBlank.qml
parent33d31b5bac3c8c9105d43d6566174f39ef7a4ea4 (diff)
add fullscreen button
Diffstat (limited to 'homescreen/qml/MediaAreaBlank.qml')
-rw-r--r--homescreen/qml/MediaAreaBlank.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/homescreen/qml/MediaAreaBlank.qml b/homescreen/qml/MediaAreaBlank.qml
index c3a5f89..2b888c8 100644
--- a/homescreen/qml/MediaAreaBlank.qml
+++ b/homescreen/qml/MediaAreaBlank.qml
@@ -24,7 +24,7 @@ import MasterVolume 1.0
Image {
width: 1080
height: 215
- source: './images/Utility_Logo_Background-01.svg'
+ source: './images/Utility_Logo_Background-01.png'
property bool displayVolume: false;
MouseArea {