Skip to content

Commit

Permalink
Remove Guide menu
Browse files Browse the repository at this point in the history
  • Loading branch information
OroshiX committed Sep 29, 2024
1 parent 5cbe6e0 commit a3f6174
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/common/presentation/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ class SettingsScreen extends StatelessWidget {
title: Text(S.of(context).settingsCleanUnusedPlayers),
onTap: () => const CleanupRoute().push(context),
),
ListTile(
title: Text(S.of(context).settingsGuide),
onTap: () => const GuideRoute().push(context),
),
// ListTile(
// title: Text(S.of(context).settingsGuide),
// onTap: () => const GuideRoute().push(context),
// ),
ListTile(
title: Text(S.of(context).settingsTheme),
onTap: () => const ThemeRoute().push(context),
Expand Down

0 comments on commit a3f6174

Please sign in to comment.