mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-20 16:57:32 +01:00
fix: change default value for autorepeat setting (#126)
This commit is contained in:
parent
9f283ba71f
commit
c6c255609f
@ -62,7 +62,7 @@ public enum SettingsEnum {
|
||||
//Misc. Settings
|
||||
//ToDo: Not used atm, Patch missing
|
||||
CAPTIONS_ENABLED("revanced_pref_captions", false, ReturnType.BOOLEAN),
|
||||
PREFERRED_AUTO_REPEAT("revanced_pref_auto_repeat", true, ReturnType.BOOLEAN),
|
||||
PREFERRED_AUTO_REPEAT("revanced_pref_auto_repeat", false, ReturnType.BOOLEAN),
|
||||
USE_HDR_AUTO_BRIGHTNESS("revanced_pref_hdr_autobrightness", true, ReturnType.BOOLEAN),
|
||||
TAP_SEEKING_ENABLED("revanced_enable_tap_seeking", true, ReturnType.BOOLEAN),
|
||||
ENABLE_MINIMIZED_PLAYBACK("revanced_enable_minimized_playback", true, ReturnType.BOOLEAN),
|
||||
|
Loading…
x
Reference in New Issue
Block a user