capitalized amoled

This commit is contained in:
shilangyu 2020-09-08 10:24:47 +02:00
parent caff01130b
commit ffa484d895
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class _AppearanceConfig extends StatelessWidget {
},
),
SwitchListTile(
title: Text('Amoled dark mode'),
title: Text('AMOLED dark mode'),
value: ctx.watch<ConfigStore>().amoledDarkMode,
onChanged: (checked) {
ctx.read<ConfigStore>().amoledDarkMode = checked;