0.9.3-1 release
[ubi] / qml / ubi / components / Mask.qml
index b9f68a7..c1ce927 100644 (file)
@@ -14,6 +14,12 @@ Item {
         } else {
             busy.running = false;
         }
+
+        if(root.state=="idle") {
+            systemBar.state = "active";
+        } else {
+            systemBar.state = "inactive";
+        }
     }
 
     Rectangle {