new: full screen jitter

This commit is contained in:
lollipopkit
2023-06-08 22:45:38 +08:00
parent 0ddfc4ec75
commit 2095b79b9a
9 changed files with 120 additions and 48 deletions

View File

@@ -69,4 +69,7 @@ class SettingStore extends PersistentStore {
StoreProperty<bool> get fullScreen =>
property('fullScreen', defaultValue: false);
StoreProperty<bool> get fullScreenJitter =>
property('fullScreenJitter', defaultValue: true);
}