mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-11 20:46:04 +01:00
fix: set debug to false by default
This commit is contained in:
parent
ac9e239b16
commit
95b9406701
@ -79,7 +79,7 @@ public enum SettingsEnum {
|
|||||||
MAX_PLAYBACK_BUFFER_AFTER_REBUFFER("revanced_pref_buffer_for_playback_after_rebuffer_ms", 5000, ReturnType.INTEGER),
|
MAX_PLAYBACK_BUFFER_AFTER_REBUFFER("revanced_pref_buffer_for_playback_after_rebuffer_ms", 5000, ReturnType.INTEGER),
|
||||||
|
|
||||||
//ReVanced General Settings
|
//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),
|
USE_DARK_THEME("app_theme_dark", false, ReturnType.BOOLEAN),
|
||||||
|
|
||||||
//RYD Settings
|
//RYD Settings
|
||||||
|
Loading…
Reference in New Issue
Block a user