Enhance configuration handling and implement wizard completion logic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-11 17:15:54 +11:00
parent e48a061ca0
commit c577d354e7
5 changed files with 69 additions and 2 deletions

View File

@@ -761,6 +761,10 @@ func saveWizard(request RequestStruct) (nextStep int, err error) {
}
if nextStep == 10 {
Settings.WizardCompleted = true
}
err = saveSettings(Settings)
if err != nil {
return