From cc2daa2021fd4753217ed5be3c15d61b4d7046ad Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 15 Sep 2025 16:47:55 +0200 Subject: [PATCH] Use PageStack.closeDialog attached function --- src/app/qml/KeyVerificationDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/qml/KeyVerificationDialog.qml b/src/app/qml/KeyVerificationDialog.qml index baff48c5e..33eb4c47d 100644 --- a/src/app/qml/KeyVerificationDialog.qml +++ b/src/app/qml/KeyVerificationDialog.qml @@ -165,7 +165,7 @@ Kirigami.Page { } } isDone: root.session.state === KeyVerificationSession.DONE - onDone: root.closeDialog() + onDone: root.Kirigami.PageStack.closeDialog() } }