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

Commit c6c2556

Browse files
authored
fix: change default value for autorepeat setting (#126)
1 parent 9f283ba commit c6c2556

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
@@ -62,7 +62,7 @@ public enum SettingsEnum {
6262
//Misc. Settings
6363
//ToDo: Not used atm, Patch missing
6464
CAPTIONS_ENABLED("revanced_pref_captions", false, ReturnType.BOOLEAN),
65-
PREFERRED_AUTO_REPEAT("revanced_pref_auto_repeat", true, ReturnType.BOOLEAN),
65+
PREFERRED_AUTO_REPEAT("revanced_pref_auto_repeat", false, ReturnType.BOOLEAN),
6666
USE_HDR_AUTO_BRIGHTNESS("revanced_pref_hdr_autobrightness", true, ReturnType.BOOLEAN),
6767
TAP_SEEKING_ENABLED("revanced_enable_tap_seeking", true, ReturnType.BOOLEAN),
6868
ENABLE_MINIMIZED_PLAYBACK("revanced_enable_minimized_playback", true, ReturnType.BOOLEAN),

0 commit comments

Comments
 (0)