Fix config preferences

This commit is contained in:
problematicconsumer
2023-11-10 14:52:36 +03:30
parent 267e7d5648
commit 1ffe64b653
2 changed files with 26 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ class ConfigOptionsPage extends HookConsumerWidget {
Widget build(BuildContext context, WidgetRef ref) {
final t = ref.watch(translationsProvider);
final options = ref.watch(configOptionsProvider);
final options = ref.watch(configPreferencesProvider);
return Scaffold(
appBar: AppBar(