mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-24 21:39:24 +00:00
fix(@desktop/keycard): broken keycard flows fixed
Running keycard flows was broken due to changes introduced in commit `81a4d7093276d1e762cc3d3c88bbf58a4373a938`
This commit is contained in:
parent
34686226d7
commit
91c8fe7414
@ -95,7 +95,7 @@ SettingsContentBase {
|
|||||||
function onDestroyKeycardSharedModuleFlow() {
|
function onDestroyKeycardSharedModuleFlow() {
|
||||||
keycardPopup.active = false
|
keycardPopup.active = false
|
||||||
}
|
}
|
||||||
onSharedModuleBusy: {
|
function onSharedModuleBusy() {
|
||||||
Global.openPopup(sharedModuleBusyPopupComponent)
|
Global.openPopup(sharedModuleBusyPopupComponent)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user