Skip to content

Commit

Permalink
[app] hide wakelock feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornaco committed Jul 11, 2022
1 parent 90df262 commit 19c66e3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ private void loadPrebuiltFeatures() {
.title(resources.getString(R.string.feature_title_wakelock_remover))
.requiredFeature(BuildProp.THANOX_FEATURE_WAKELOCK_REMOVER)
.themeColor(R.color.nav_icon_wakelock_remover)
.disabled(!BuildProp.THANOS_BUILD_DEBUG)
.build(),
Tile.builder()
.id(PrebuiltFeatureIds.ID_INFINITE_Z)
Expand Down

0 comments on commit 19c66e3

Please sign in to comment.