Skip to content

Commit

Permalink
fix: ui: always show debug functions otherwise they will be placed in…
Browse files Browse the repository at this point in the history
…to "Lost & Found"
  • Loading branch information
cinit committed Jun 20, 2023
1 parent 9a5d564 commit b28bf3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/java/io/github/qauxv/dsl/FunctionEntryRouter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ object FunctionEntryRouter {
fragmentImpl("cfg-backup-restore", "备份和恢复", BackupRestoreConfigFragment::class.java)
}
category("debug-category", "调试", false) {
if (BuildConfig.DEBUG) {
fragment("debug-function", "调试功能", false)
}
fragment("debug-function", "调试功能", false)
fragmentImpl("debug-impl", "故障排查", TroubleshootFragment::class.java)
}
category("other-config", "其他") {
Expand Down

0 comments on commit b28bf3a

Please sign in to comment.