[UI] Hide Debugging menu without dev mode.

This commit is contained in:
Kuba Szczodrzyński 2023-03-24 22:24:33 +01:00
parent ceca75ef4b
commit 9fd9721ae7
No known key found for this signature in database
GPG Key ID: 43037AC62A600562

View File

@ -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,