mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-19 08:03:48 +02: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) {
|
function onPageOpened(settingsObject) {
|
||||||
wizard.nextButton.enabled = true
|
wizard.nextButton.enabled = true
|
||||||
|
wizard.nextButton.visible = true
|
||||||
}
|
}
|
||||||
|
|
||||||
function onPageClosed(settingsObject) {
|
function onPageClosed(settingsObject) {
|
||||||
|
Loading…
Reference in New Issue
Block a user