Skip to content

Commit

Permalink
feat: Display developer mode for default profile #2654
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Jun 5, 2024
1 parent 7028ff8 commit 5a14eba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/dashboard/drawer/src/view/drawer_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ class DrawerView extends StatelessWidget {
],

if (profileModel
.profileSetting.settingsMenu.displayDeveloperMode &&
profileModel.profileType != ProfileType.defaultOne) ...[
.profileSetting.settingsMenu.displayDeveloperMode) ...[
DrawerCategoryItem(
title: l10n.developerMode,
subTitle: l10n.developerModeSubtitle,
Expand Down

0 comments on commit 5a14eba

Please sign in to comment.