Initial rework to run without the app framework
[apps/homescreen.git] / homescreen / qml / TopArea.qml
index 19bed91..3b0b25a 100644 (file)
@@ -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
     }
+*/
 }