mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Hide danger zone on prod build
This commit is contained in:
parent
6c8ed6dc57
commit
60c5e3f5c1
1 changed files with 1 additions and 0 deletions
|
@ -453,6 +453,7 @@ class SettingsAdvancedController : SettingsLegacyController() {
|
|||
|
||||
preferenceCategory {
|
||||
title = "Danger zone!"
|
||||
isVisible = BuildConfig.FLAVOR == "dev" || BuildConfig.DEBUG || BuildConfig.NIGHTLY
|
||||
|
||||
preference {
|
||||
title = "Crash the app!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue