capitalized amoled
This commit is contained in:
parent
caff01130b
commit
ffa484d895
|
@ -71,7 +71,7 @@ class _AppearanceConfig extends StatelessWidget {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
SwitchListTile(
|
SwitchListTile(
|
||||||
title: Text('Amoled dark mode'),
|
title: Text('AMOLED dark mode'),
|
||||||
value: ctx.watch<ConfigStore>().amoledDarkMode,
|
value: ctx.watch<ConfigStore>().amoledDarkMode,
|
||||||
onChanged: (checked) {
|
onChanged: (checked) {
|
||||||
ctx.read<ConfigStore>().amoledDarkMode = checked;
|
ctx.read<ConfigStore>().amoledDarkMode = checked;
|
||||||
|
|
Loading…
Reference in New Issue