mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-02 03:06:26 +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) {
|
function onPageOpened(settingsObject) {
|
||||||
wizard.nextButton.enabled = true
|
wizard.nextButton.enabled = true
|
||||||
|
wizard.nextButton.visible = true
|
||||||
}
|
}
|
||||||
|
|
||||||
function onPageClosed(settingsObject) {
|
function onPageClosed(settingsObject) {
|
||||||
|
|
Loading…
Reference in a new issue