mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 20:06:34 +02:00
Hiding "next" button on the final page
This commit is contained in:
parent
63e4d19a92
commit
3cfa176605
@ -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 New Issue
Block a user