#158 new: follow system color

This commit is contained in:
lollipopkit
2023-09-08 19:47:43 +08:00
parent 7c853e3ea5
commit 84e99048ab
21 changed files with 235 additions and 54 deletions

View File

@@ -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