QML UI: hide keyboard before saving credentials
This way the user gets to see the git notifications. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6725d54db2
commit
f21b36d9ba
@ -268,6 +268,7 @@ Kirigami.ScrollablePage {
|
||||
property QtObject saveAction: Action {
|
||||
iconName: "document-save"
|
||||
onTriggered: {
|
||||
Qt.inputMethod.hide()
|
||||
startPage.saveCredentials();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user