mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
fix(keycard): next button disabled until user reveals seed phrase
This commit is contained in:
parent
bd3e9cb67c
commit
3c209ccbf0
@ -235,7 +235,7 @@ Item {
|
|||||||
sharedKeycardModule: root.sharedKeycardModule
|
sharedKeycardModule: root.sharedKeycardModule
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
seedPhraseRevealed = false
|
d.primaryButtonEnabled = seedPhraseRevealed
|
||||||
}
|
}
|
||||||
|
|
||||||
onSeedPhraseRevealedChanged: {
|
onSeedPhraseRevealedChanged: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user