Skip to content

Commit

Permalink
Hiding "next" button on the final page
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg033 committed Jan 26, 2016
1 parent 63e4d19 commit 3cfa176
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wizard/WizardMain.qml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Rectangle {
// display settings summary
if (pages[currentPage] === finishPage) {
finishPage.updateSettingsSummary();
nextButton.visible = false
} else {
nextButton.visible = true
}
}

Expand Down

0 comments on commit 3cfa176

Please sign in to comment.