Skip to content

Commit

Permalink
fix: set debug to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 14, 2022
1 parent ac9e239 commit 95b9406
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public enum SettingsEnum {
MAX_PLAYBACK_BUFFER_AFTER_REBUFFER("revanced_pref_buffer_for_playback_after_rebuffer_ms", 5000, ReturnType.INTEGER),

//ReVanced General Settings
DEBUG("revanced_debug_enabled", true, ReturnType.BOOLEAN),
DEBUG("revanced_debug_enabled", false, ReturnType.BOOLEAN),
USE_DARK_THEME("app_theme_dark", false, ReturnType.BOOLEAN),

//RYD Settings
Expand Down

0 comments on commit 95b9406

Please sign in to comment.