mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: set light/dark editor theme
This commit is contained in:
@@ -68,6 +68,9 @@ class SettingStore extends PersistentStore {
|
||||
// Editor theme
|
||||
StoreProperty<String> get editorTheme =>
|
||||
property('editorTheme', defaultValue: defaultEditorTheme);
|
||||
|
||||
StoreProperty<String> get editorDarkTheme =>
|
||||
property('editorDarkTheme', defaultValue: defaultEditorDarkTheme);
|
||||
|
||||
StoreProperty<bool> get fullScreen =>
|
||||
property('fullScreen', defaultValue: false);
|
||||
|
||||
Reference in New Issue
Block a user