mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 20:06:34 +02:00
Wizard: "next button" visibility in backward direction fixed
This commit is contained in:
parent
8bc411c598
commit
16020ae2a8
@ -65,6 +65,8 @@ Rectangle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handlePageChanged() {
|
function handlePageChanged() {
|
||||||
|
var nextButtonVisible = pages[currentPage] !== optionsPage;
|
||||||
|
nextButton.visible = nextButtonVisible;
|
||||||
switch (pages[currentPage]) {
|
switch (pages[currentPage]) {
|
||||||
case passwordPage:
|
case passwordPage:
|
||||||
// disable "next" button until passwords match
|
// disable "next" button until passwords match
|
||||||
@ -85,8 +87,7 @@ Rectangle {
|
|||||||
// nextButton.enabled = false;
|
// nextButton.enabled = false;
|
||||||
break
|
break
|
||||||
default:
|
default:
|
||||||
var nextButtonVisible = pages[currentPage] !== optionsPage;
|
|
||||||
//nextButton.visible = nextButton.enabled = nextButtonVisible;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user