Актуализирована сборка под Android

This commit is contained in:
2024-05-16 15:21:42 +02:00
parent 76786176d2
commit 98a8e64a80
11 changed files with 118 additions and 119 deletions

View File

@@ -6,12 +6,12 @@ ListModel {
readonly property var client: NooLiteClient {
id: nooLiteClient
onError: {
onError: (text) => {
root.error(text)
root.isLoading = false
}
onModelLoad: {
onModelLoad: (data) => {
root.populateModel(data)
root.isLoading = false
}