@ -32,14 +32,12 @@ Item {
function accept() {
if (acceptAllowed) {
Qt.inputMethod.hide()
hideDialog()
}
function reject() {
if (rejectAllowed) {
@ -86,6 +86,7 @@ Item {
Connections {
target: _dialogComponentLoader.item
onHideDialog: {
mainWindowDialog.close()