mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-02 21:26:24 +01:00
Wizard: make sure next button is visible when stepping back
This commit is contained in:
parent
ebcab010bb
commit
be09e3e596
@ -47,6 +47,7 @@ ColumnLayout {
|
||||
|
||||
function onPageOpened(settingsObject) {
|
||||
wizard.nextButton.enabled = true
|
||||
wizard.nextButton.visible = true
|
||||
}
|
||||
|
||||
function onPageClosed(settingsObject) {
|
||||
|
Loading…
Reference in New Issue
Block a user