forked from Public/monero-gui
WizardSummary: fix seed language and hide during restore
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user