Change options description

This commit is contained in:
problematicconsumer
2024-01-13 16:16:49 +03:30
parent 1b6206e4dd
commit e0d434646c
8 changed files with 24 additions and 16 deletions

View File

@@ -22,7 +22,6 @@ class GeneralSettingTiles extends HookConsumerWidget {
return Column(
children: [
const LocalePrefTile(),
const EnableAnalyticsPrefTile(),
ListTile(
title: Text(t.settings.general.themeMode),
subtitle: Text(themeMode.present(t)),
@@ -53,6 +52,7 @@ class GeneralSettingTiles extends HookConsumerWidget {
}
},
),
const EnableAnalyticsPrefTile(),
if (Platform.isAndroid)
SwitchListTile(
title: Text(t.settings.general.dynamicNotification),