Skip to content

Commit

Permalink
[UI] Hide Debugging menu without dev mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba2k2 committed Mar 24, 2023
1 parent ceca75e commit 9fd9721
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ enum class NavTarget(
location = NavTargetLocation.BOTTOM_SHEET,
nameRes = R.string.menu_debug,
icon = CommunityMaterial.Icon.cmd_android_debug_bridge,
devModeOnly = true,
),
GRADES_EDITOR(
id = 501,
Expand Down

0 comments on commit 9fd9721

Please sign in to comment.