feat: intro page (#416)

Fixes #415
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-24 00:43:52 +08:00
committed by GitHub
parent d6e37b058f
commit ddaf916170
18 changed files with 163 additions and 8 deletions

View File

@@ -280,6 +280,8 @@ class SettingStore extends PersistentStore {
/// Format: {width}x{height}
late final windowSize = property('windowSize', '');
late final showIntro = property('showIntro', true);
// Never show these settings for users
//
// ------BEGIN------