Wizard: make sure next button is visible when stepping back

pull/2/head
Jaquee 7 years ago
parent ebcab010bb
commit be09e3e596

@ -47,6 +47,7 @@ ColumnLayout {
function onPageOpened(settingsObject) {
wizard.nextButton.enabled = true
wizard.nextButton.visible = true
}
function onPageClosed(settingsObject) {