Skip to content

Commit

Permalink
[profile] show democracy page in production too
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed Sep 18, 2024
1 parent a6e4ba1 commit 9127452
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions app/lib/page/profile/index.dart
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,14 @@ class _ProfileState extends State<Profile> {
),
),
),
if (appSettingsStore.developerMode)
ListTile(
title: Text(
l10n.democracy,
style: context.titleLarge.copyWith(color: context.colorScheme.secondary, fontSize: 19),
),
trailing: const Icon(Icons.arrow_forward_ios, size: 18),
onTap: () => Navigator.pushNamed(context, DemocracyPage.route),
ListTile(
title: Text(
l10n.democracy,
style: context.titleLarge.copyWith(color: context.colorScheme.secondary, fontSize: 19),
),
trailing: const Icon(Icons.arrow_forward_ios, size: 18),
onTap: () => Navigator.pushNamed(context, DemocracyPage.route),
),
ListTile(
title: Text(
l10n.changeYourPin,
Expand Down

0 comments on commit 9127452

Please sign in to comment.