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.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/homescreen/qml/main.qml b/homescreen/qml/main.qml
index 8417de0..1312e87 100644
--- a/homescreen/qml/main.qml
+++ b/homescreen/qml/main.qml
@@ -50,16 +50,7 @@ Window {
Layout.fillHeight: true
Layout.preferredHeight: 1920 - 218 - 215
- visible: false
- }
-
- Home {
- id: appLauncherAreaLauncher
- Layout.fillWidth: true
- Layout.fillHeight: true
- Layout.preferredHeight: 1920 - 218 - 215
visible: true
- z: -1
}
MediaArea {