mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
new: full screen jitter
This commit is contained in:
@@ -69,4 +69,7 @@ class SettingStore extends PersistentStore {
|
||||
|
||||
StoreProperty<bool> get fullScreen =>
|
||||
property('fullScreen', defaultValue: false);
|
||||
|
||||
StoreProperty<bool> get fullScreenJitter =>
|
||||
property('fullScreenJitter', defaultValue: true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user