mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
fix(AppMain): Fixed typo that lead to hiding "Back up seed" banner
This commit is contained in:
parent
83c066f517
commit
b2e26dfaa2
@ -480,7 +480,7 @@ Item {
|
||||
ModuleWarning {
|
||||
id: secureYourSeedPhrase
|
||||
Layout.fillWidth: true
|
||||
active: !appMain.rootStore.profileSectionStore.profileStoree.userDeclinedBackupBanner
|
||||
active: !appMain.rootStore.profileSectionStore.profileStore.userDeclinedBackupBanner
|
||||
&& !appMain.rootStore.profileSectionStore.profileStore.privacyStore.mnemonicBackedUp
|
||||
type: ModuleWarning.Danger
|
||||
text: qsTr("Secure your seed phrase")
|
||||
|
Loading…
x
Reference in New Issue
Block a user