1
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:
Jaquee 2017-02-26 14:55:04 +01:00
parent ebcab010bb
commit be09e3e596

View File

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