mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
bug: color seed setting not working (#516)
This commit is contained in:
@@ -55,7 +55,8 @@ class SettingStore extends PersistentStore {
|
||||
1.0,
|
||||
);
|
||||
|
||||
late final primaryColor = property(
|
||||
/// The seed of color scheme
|
||||
late final colorSeed = property(
|
||||
'primaryColor',
|
||||
4287106639,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user