mirror of
https://github.com/revanced/revanced-integrations
synced 2024-11-16 22:50:31 +01:00
fix: don't enable debug log by default
This commit is contained in:
parent
f29c608808
commit
bf7f138615
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user