Skip to content

Commit

Permalink
fix: all features
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYi0526 committed Oct 10, 2024
1 parent dc53504 commit 7837019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- dev
- test
paths-ignore:
- '**.md'
- '.github/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4200,7 +4200,7 @@ public void openExceptions() {
return Unit.INSTANCE;
});

if (NaConfig.INSTANCE.getShowHiddenFeature().Bool()) {
if (NekoXConfig.isDeveloper()) {
builder.addItem(LocaleController.getString("DeveloperSettings", R.string.DeveloperSettings), R.drawable.baseline_developer_mode_24, (it) -> {
BottomBuilder devBuilder = new BottomBuilder(ProfileActivity.this.getParentActivity());
devBuilder.addTitle(LocaleController.getString("DevModeTitle", R.string.DevModeTitle), LocaleController.getString("DevModeNotice", R.string.DevModeNotice));
Expand Down

0 comments on commit 7837019

Please sign in to comment.