mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-09 15:59:24 +00:00
SetupWizard: layout changes
Autoformat
This commit is contained in:
@@ -346,7 +346,7 @@ NPanel {
|
||||
}
|
||||
|
||||
NButton {
|
||||
text: currentStep === totalSteps - 1 ? "🎉 All Done!" : "Continue →"
|
||||
text: currentStep === totalSteps - 1 ? "All Done!" : "Continue →"
|
||||
Layout.preferredHeight: 44
|
||||
onClicked: {
|
||||
if (currentStep < totalSteps - 1) {
|
||||
|
||||
Reference in New Issue
Block a user