feat: remember window size (#404)

Fixes #398
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-22 21:52:48 +08:00
committed by GitHub
parent 1fd68722da
commit da8b6a9010
18 changed files with 160 additions and 4 deletions

View File

@@ -276,6 +276,10 @@ class SettingStore extends PersistentStore {
late final betaTest = property('betaTest', false);
/// If it's empty, skip change window size.
/// Format: {width}x{height}
late final windowSize = property('windowSize', '');
// Never show these settings for users
//
// ------BEGIN------