mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +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 {
|
WizardSummaryItem {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
header: qsTr("Mnemonic seed language") + translationManager.emptyString
|
header: qsTr("Mnemonic seed language") + translationManager.emptyString
|
||||||
value: persistentSettings.language
|
value: persistentSettings.language_wallet
|
||||||
|
visible: wizardStateView.state === "wizardCreateWallet5" && !wizardController.walletOptionsIsRecoveringFromDevice
|
||||||
}
|
}
|
||||||
|
|
||||||
WizardSummaryItem {
|
WizardSummaryItem {
|
||||||
|
|
Loading…
Reference in a new issue