mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: turn off spinner if pull-down-to-refresh fails
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ac750bbf20
commit
d9cb65cbed
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ Kirigami.ScrollablePage {
|
||||||
refreshing = false
|
refreshing = false
|
||||||
} else {
|
} else {
|
||||||
console.log("sync with cloud storage requested, but credentialStatus is " + manager.credentialStatus)
|
console.log("sync with cloud storage requested, but credentialStatus is " + manager.credentialStatus)
|
||||||
|
console.log("no syncing, turn off spinner")
|
||||||
|
refreshing = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue