opt.: primaryColor

This commit is contained in:
lollipopkit
2023-09-10 11:13:02 +08:00
parent b187ec88be
commit ddaee7c2f3
7 changed files with 86 additions and 76 deletions

View File

@@ -366,6 +366,7 @@ class _SettingPageState extends State<SettingPage> {
}
_selectedColorValue.value = color.value;
_setting.primaryColor.put(_selectedColorValue.value);
primaryColor = color;
context.pop();
_showRestartSnackbar();
}