fix: always enter intro page (#418)

Fixes #417
This commit is contained in:
lollipopkit🏳️‍⚧️
2024-06-24 16:32:37 +08:00
committed by GitHub
parent 3798a23183
commit 1462b2d0b8
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ final class _IntroPage extends StatelessWidget {
_buildRecommended(context, padTop),
],
onDone: (ctx) {
//Stores.setting.showIntro.put(false);
Stores.setting.showIntro.put(false);
Navigator.of(ctx).pushReplacement(
MaterialPageRoute(builder: (_) => const HomePage()),
);