mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
#22 Add switch for run in bg
This commit is contained in:
@@ -35,4 +35,7 @@ class SettingStore extends PersistentStore {
|
||||
|
||||
/// Font file path
|
||||
StoreProperty<String> get fontPath => property('fontPath');
|
||||
|
||||
/// Backgroud running (Android)
|
||||
StoreProperty<bool> get bgRun => property('bgRun', defaultValue: true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user