mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-22 11:39:31 +00:00
WizardSummary: fix seed language and hide during restore
This commit is contained in:
parent
f650e96363
commit
fa2241f1a5
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ ColumnLayout {
|
|||
WizardSummaryItem {
|
||||
Layout.fillWidth: true
|
||||
header: qsTr("Mnemonic seed language") + translationManager.emptyString
|
||||
value: persistentSettings.language
|
||||
value: persistentSettings.language_wallet
|
||||
visible: wizardStateView.state === "wizardCreateWallet5" && !wizardController.walletOptionsIsRecoveringFromDevice
|
||||
}
|
||||
|
||||
WizardSummaryItem {
|
||||
|
|
Loading…
Reference in a new issue