fix: harden server-scoped state

This commit is contained in:
edde746
2026-06-04 13:47:06 +02:00
parent 79c06b82d3
commit 145881318e
65 changed files with 358 additions and 360 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import 'settings_section.dart';
/// surround every settings row.
class _TileBase {
static SettingsService get _svc => SettingsService.instanceOrNull!;
static SettingsService get _svc => SettingsService.instance;
}
/// SwitchListTile bound to a [Pref<bool>].