Добавил BussyIndicator

This commit is contained in:
2018-08-09 22:49:48 +02:00
parent 1e3629cea9
commit 9e2accf33e
2 changed files with 10 additions and 0 deletions

View File

@@ -27,4 +27,9 @@ Page {
lights: channels
}
}
BusyIndicator {
anchors.centerIn: parent
running: lightsModel.isLoading
}
}