From 3c209ccbf0cfe1faffa00fed36ccfeee6d9f5f2e Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Mon, 22 Jan 2024 10:53:23 +0100 Subject: [PATCH] fix(keycard): next button disabled until user reveals seed phrase --- ui/imports/shared/popups/keycard/KeycardPopupContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/imports/shared/popups/keycard/KeycardPopupContent.qml b/ui/imports/shared/popups/keycard/KeycardPopupContent.qml index 49aba7f028..e62acadfa2 100644 --- a/ui/imports/shared/popups/keycard/KeycardPopupContent.qml +++ b/ui/imports/shared/popups/keycard/KeycardPopupContent.qml @@ -235,7 +235,7 @@ Item { sharedKeycardModule: root.sharedKeycardModule Component.onCompleted: { - seedPhraseRevealed = false + d.primaryButtonEnabled = seedPhraseRevealed } onSeedPhraseRevealedChanged: {