840a6189eb
As reported in #1584 the message that asks users to backup their seed phrase is shown even when the seed phrase was imported in the first place, implying that the mnemonic is already backed (it has to come from somewhere, right?). This commit introduces a new `appSettings` property that is temporarily set to determine whether or not the backup message should be shown. It's set only temporarily because we actualy determine whether we want to show the backup message, by checking if the account's mnemonic is still stored in the settings. When a backup is done, Status removes the mnemonic from the profile settings. So in order to get the right behaviour we need to make sure to remove the mnemonic from the profile settings after the account has logged-in and originated from an imported seed phrase. This is done by setting the mentioned property. Closes #1584 |
||
---|---|---|
.. | ||
Login | ||
img | ||
CreatePasswordModal.qml | ||
EnterSeedPhraseModal.qml | ||
ExistingKey.qml | ||
GenKey.qml | ||
GenKeyModal.qml | ||
Intro.qml | ||
InvalidSeedPhraseModal.qml | ||
KeysMain.qml | ||
Login.qml | ||
MnemonicRecoverySuccessModal.qml | ||
Slide.qml | ||
qmldir |