MycroftAI / mycroft-gui

The Graphical User Interface used by the Mycroft Mark II and more
Apache License 2.0
167 stars 57 forks source link

Add a custom busy indicator component that can be used everywhere #103

Closed AIIX closed 3 years ago

AIIX commented 3 years ago
Mycroft.BusyIndicator {
    anchors.centerIn: parent
    running: image.status === Image.Loading
}