mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +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
|
||||
if (pages[currentPage] === finishPage) {
|
||||
finishPage.updateSettingsSummary();
|
||||
nextButton.visible = false
|
||||
} else {
|
||||
nextButton.visible = true
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue