Disable login button when login begins. #63
This commit is contained in:
parent
0c1a90bf5d
commit
8500c5f34b
|
@ -13,6 +13,8 @@ LoginForm {
|
|||
return
|
||||
}
|
||||
|
||||
loginButton.text = "Logining in..."
|
||||
loginButton.enabled = false
|
||||
controller.loginWithCredentials(serverField.text, usernameField.text, passwordField.text)
|
||||
|
||||
controller.connectionAdded.connect(function() { stackView.pop() })
|
||||
|
|
Loading…
Reference in New Issue