aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/qml/main.qml')
-rw-r--r--HomeScreen/qml/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/HomeScreen/qml/main.qml b/HomeScreen/qml/main.qml
index 6a515fc..4c65fb5 100644
--- a/HomeScreen/qml/main.qml
+++ b/HomeScreen/qml/main.qml
@@ -54,7 +54,7 @@ Window {
Layout.fillHeight: true
Layout.preferredHeight: 1920 - 218 - 215
- visible: true
+ visible: false
}
Home {
@@ -62,7 +62,7 @@ Window {
Layout.fillWidth: true
Layout.fillHeight: true
Layout.preferredHeight: 1920 - 218 - 215
- visible: false
+ visible: true
}
MediaArea {