Added automatic update-merge of settings for new settings instead of falling back to defaults

This commit is contained in:
2023-06-14 11:45:12 +02:00
parent 1c6d062f2d
commit 468c443ebd
14 changed files with 132 additions and 168 deletions

View File

@ -95,8 +95,6 @@ class _MainState extends State<Main> {
themeMode: settings.val().appTheme,
theme: LightAppTheme.theme,
darkTheme: DarkAppTheme.theme,
home: Consumer<AccountModel>(
builder: (context, accountModel, child) {
switch(accountModel.state) {