SetupWizard: layout changes

Autoformat
This commit is contained in:
lysec
2025-10-15 18:24:10 +02:00
parent ff057355da
commit f20cd85e79
4 changed files with 51 additions and 62 deletions
+1 -1
View File
@@ -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) {