fix: don't enable debug log by default

This commit is contained in:
TheJeterLP 2022-07-07 11:44:48 +02:00 committed by GitHub
parent f29c608808
commit bf7f138615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ public enum SettingsEnum {
MAX_PLAYBACK_BUFFER_AFTER_REBUFFER_INTEGER("revanced_pref_buffer_for_playback_after_rebuffer_ms", 5000),
//ReVanced General Settings
DEBUG_BOOLEAN("revanced_debug_enabled", true),
DEBUG_BOOLEAN("revanced_debug_enabled", false),
USE_DARK_THEME_BOOLEAN("app_theme_dark", false),
//RYD Settings