diff --git a/wizard/WizardCreateViewOnlyWallet.qml b/wizard/WizardCreateViewOnlyWallet.qml index 0379098f..0ee3f815 100644 --- a/wizard/WizardCreateViewOnlyWallet.qml +++ b/wizard/WizardCreateViewOnlyWallet.qml @@ -47,6 +47,7 @@ ColumnLayout { function onPageOpened(settingsObject) { wizard.nextButton.enabled = true + wizard.nextButton.visible = true } function onPageClosed(settingsObject) {