Use new way to cancel current login for signin btn

This commit is contained in:
miruka
2019-12-07 18:45:03 -04:00
parent 6f589dbda5
commit 455801a641
5 changed files with 21 additions and 53 deletions

View File

@@ -74,6 +74,8 @@ Rectangle {
modelData.enabled === undefined ?
true : modelData.enabled
loading: modelData.loading || false
disableWhileLoading:
modelData.disableWhileLoading === undefined ?
true : modelData.disableWhileLoading