Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit ee1f895

Browse files
committed
feat(youtube/debugging): do not require restarting on toggle
1 parent 645669b commit ee1f895

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/app/revanced/integrations/settings/SettingsEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public enum SettingsEnum {
109109
MAX_PLAYBACK_BUFFER_AFTER_REBUFFER("revanced_pref_buffer_for_playback_after_rebuffer_ms", 5000, ReturnType.INTEGER),
110110

111111
// ReVanced settings
112-
DEBUG("revanced_debug_enabled", false, ReturnType.BOOLEAN, true),
112+
DEBUG("revanced_debug_enabled", false, ReturnType.BOOLEAN),
113113
USE_DARK_THEME("app_theme_dark", false, ReturnType.BOOLEAN),
114114

115115
// RYD settings

0 commit comments

Comments
 (0)