Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed Jul 3, 2024
1 parent 188a709 commit 5c3f327
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class MyApp extends StatelessWidget {
context.setLibL10n();
final appL10n = AppLocalizations.of(context);
if (appL10n != null) l10n = appL10n;
print(Stores.setting.introVer.fetch());

final intros = _IntroPage.builders;
if (intros.isNotEmpty) {
Expand Down
2 changes: 0 additions & 2 deletions lib/data/store/setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@ class SettingStore extends PersistentStore {
/// Format: {width}x{height}
late final windowSize = property('windowSize', '');

late final showIntro = property('showIntro', true);

late final introVer = property('introVer', 0);

late final letterCache = property('letterCache', false);
Expand Down

0 comments on commit 5c3f327

Please sign in to comment.