opt: color

This commit is contained in:
bggRGjQaUbCoE
2024-08-26 20:45:45 +08:00
parent 5a28ce0e41
commit 448d554f03
5 changed files with 40 additions and 16 deletions

View File

@@ -52,6 +52,7 @@ class _ColorSelectPageState extends State<ColorSelectPage> {
onChanged: (dynamic val) async {
ctr.type.value = 0;
ctr.setting.put(SettingBoxKey.dynamicColor, true);
Get.forceAppUpdate();
},
),
),