mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ Kirigami.ScrollablePage {
|
|||
property QtObject saveAction: Action {
|
||||
iconName: "document-save"
|
||||
onTriggered: {
|
||||
Qt.inputMethod.hide()
|
||||
startPage.saveCredentials();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue