mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +00:00
Wizard: make sure next button is visible when stepping back
This commit is contained in:
parent
ebcab010bb
commit
be09e3e596
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ ColumnLayout {
|
|||
|
||||
function onPageOpened(settingsObject) {
|
||||
wizard.nextButton.enabled = true
|
||||
wizard.nextButton.visible = true
|
||||
}
|
||||
|
||||
function onPageClosed(settingsObject) {
|
||||
|
|
Loading…
Reference in a new issue