m3mo ceef4f4c72 Add offline-first mode support to settings
- Add AppMode enum (local, online)
- Extend settings datasource with mode, setup, and onboarding flags
- Update settings viewmodel with mode helpers and persistence
2026-02-03 14:20:49 +01:00

5 lines
36 B
Dart

enum AppMode {
local,
online,
}