mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#158 new: follow system color
This commit is contained in:
@@ -191,6 +191,13 @@ class SettingStore extends PersistentStore {
|
||||
isDesktop,
|
||||
);
|
||||
|
||||
/// Whether use system's primary color as the app's primary color
|
||||
late final useSystemPrimaryColor = StoreProperty(
|
||||
box,
|
||||
'useSystemPrimaryColor',
|
||||
false,
|
||||
);
|
||||
|
||||
// Never show these settings for users
|
||||
// Guide for these settings:
|
||||
// - key should start with `_` and be shorter as possible
|
||||
|
||||
Reference in New Issue
Block a user