From 91c8fe741413dc7ff4dacaa14a9b13a677590556 Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Wed, 1 Feb 2023 16:59:21 +0100 Subject: [PATCH] fix(@desktop/keycard): broken keycard flows fixed Running keycard flows was broken due to changes introduced in commit `81a4d7093276d1e762cc3d3c88bbf58a4373a938` --- ui/app/AppLayouts/Profile/views/KeycardView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Profile/views/KeycardView.qml b/ui/app/AppLayouts/Profile/views/KeycardView.qml index d35e5b3c28..ecc81f24ca 100644 --- a/ui/app/AppLayouts/Profile/views/KeycardView.qml +++ b/ui/app/AppLayouts/Profile/views/KeycardView.qml @@ -95,7 +95,7 @@ SettingsContentBase { function onDestroyKeycardSharedModuleFlow() { keycardPopup.active = false } - onSharedModuleBusy: { + function onSharedModuleBusy() { Global.openPopup(sharedModuleBusyPopupComponent) } }