aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HomeScreen/qml/Home.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/HomeScreen/qml/Home.qml b/HomeScreen/qml/Home.qml
index 301fdbd..142e7f5 100644
--- a/HomeScreen/qml/Home.qml
+++ b/HomeScreen/qml/Home.qml
@@ -38,6 +38,7 @@ Item {
height: cellHeight * 3
cellWidth: 320
cellHeight: 320
+ interactive: false
model: ApplicationModel {}
delegate: MouseArea {