T4.5: Extract settings_view.go

Move settingsView and all its helpers (fyneVersion, mustParseURL,
chooseFolder, settingsRow, settingsRowWithStatus) plus their constants
out of mainwindow.go into the new settings_view.go. Save/autostart
errors were already surfaced to the status label; no logic change.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mixeme
2026-06-21 23:41:12 +03:00
parent fb12fab71d
commit 832b3dcc68
3 changed files with 186 additions and 175 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ Track progress here. Mark tasks complete as they land and pass review.
- [x] T4.2 — Extract `jobs_view.go`
- [x] T4.3 — Extract `job_dialog.go`
- [x] T4.4 — Extract `history_view.go`
- [ ] T4.5 — Extract `settings_view.go`
- [x] T4.5 — Extract `settings_view.go`
- [ ] T4.6 — Extract `tray.go`, `singleinstance.go`, `layout.go`
- [ ] T4.7 — Confirm app.go is gone; smoke test both platforms