diff --git a/src/app/qml/AccountMenu.qml b/src/app/qml/AccountMenu.qml index d1c46268d..7517720fd 100644 --- a/src/app/qml/AccountMenu.qml +++ b/src/app/qml/AccountMenu.qml @@ -98,7 +98,7 @@ KirigamiComponents.ConvergentContextMenu { standardButtons: Kirigami.Dialog.Ok }) dialog.open(); - root.connection.onNewKeyVerificationSession.connect(() => { + root.connection.newKeyVerificationSession.connect(() => { dialog.close(); }); }