mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
add: store exes & presets
This commit is contained in:
@@ -228,6 +228,10 @@ class SettingStore extends HiveStore {
|
||||
|
||||
late final betaTest = propertyDefault('betaTest', false);
|
||||
|
||||
late final proxyCmdCustomExecs = listProperty('proxyCmdCustomExecs');
|
||||
|
||||
late final proxyCmdCustomPresets = listProperty('proxyCmdCustomPresets');
|
||||
|
||||
/// For desktop only.
|
||||
/// Record the position and size of the window.
|
||||
late final windowState = property<WindowState>(
|
||||
|
||||
Reference in New Issue
Block a user