fix: Display current theme mode

This commit is contained in:
Christian Pauly 2021-01-16 15:33:41 +01:00
parent 5a1085ad0c
commit 41483dd6fd
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class _SettingsStyleState extends State<SettingsStyle> {
@override
Widget build(BuildContext context) {
_currentTheme ??= AdaptiveTheme.of(context).mode;
return Scaffold(
appBar: AppBar(
leading: BackButton(),