mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 02:34:36 +00:00
Hiding "next" button on the final page
This commit is contained in:
parent
63e4d19a92
commit
3cfa176605
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ Rectangle {
|
||||||
// display settings summary
|
// display settings summary
|
||||||
if (pages[currentPage] === finishPage) {
|
if (pages[currentPage] === finishPage) {
|
||||||
finishPage.updateSettingsSummary();
|
finishPage.updateSettingsSummary();
|
||||||
|
nextButton.visible = false
|
||||||
|
} else {
|
||||||
|
nextButton.visible = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue