aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/TopArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/qml/TopArea.qml')
-rw-r--r--homescreen/qml/TopArea.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/homescreen/qml/TopArea.qml b/homescreen/qml/TopArea.qml
index 19bed91..3b0b25a 100644
--- a/homescreen/qml/TopArea.qml
+++ b/homescreen/qml/TopArea.qml
@@ -41,7 +41,7 @@ Image {
Layout.preferredWidth: 291
}
}
-
+/*
Timer {
id: launching
interval: 500
@@ -56,4 +56,5 @@ Image {
indeterminate: visible
visible: launcher.launching && !launching.running
}
+*/
}