mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: full screen
This commit is contained in:
@@ -6,7 +6,7 @@ import '../res/default.dart';
|
||||
class SettingStore extends PersistentStore {
|
||||
StoreProperty<int> get primaryColor => property(
|
||||
'primaryColor',
|
||||
defaultValue: defaultPrimaryColor.value,
|
||||
defaultValue: 4287106639,
|
||||
);
|
||||
|
||||
StoreProperty<int> get serverStatusUpdateInterval => property(
|
||||
@@ -66,4 +66,7 @@ class SettingStore extends PersistentStore {
|
||||
// Editor theme
|
||||
StoreProperty<String> get editorTheme =>
|
||||
property('editorTheme', defaultValue: defaultEditorTheme);
|
||||
|
||||
StoreProperty<bool> get fullScreen =>
|
||||
property('fullScreen', defaultValue: false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user