forked from Public/monero-gui
integrating cpp wallet mockups with QML
This commit is contained in:
@@ -67,6 +67,7 @@ Rectangle {
|
||||
function handlePageChanged() {
|
||||
var nextButtonVisible = pages[currentPage] !== optionsPage;
|
||||
nextButton.visible = nextButtonVisible;
|
||||
print ("next button visible: " + nextButtonVisible);
|
||||
switch (pages[currentPage]) {
|
||||
case passwordPage:
|
||||
// disable "next" button until passwords match
|
||||
@@ -87,6 +88,7 @@ Rectangle {
|
||||
// nextButton.enabled = false;
|
||||
break
|
||||
default:
|
||||
nextButton.enabled = true
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user