mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: changed default value for autorepeat setting (#386)
This commit is contained in:
parent
a0722e04ff
commit
5c808b0329
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class AutoRepeatPatch : BytecodePatch(
|
|||
SwitchPreference(
|
||||
"revanced_pref_auto_repeat",
|
||||
StringResource("revanced_auto_repeat_enabled_title", "Enable auto-repeat"),
|
||||
true,
|
||||
false,
|
||||
StringResource("revanced_auto_repeat_summary_on", "Auto-repeat is enabled"),
|
||||
StringResource("revanced_auto_repeat_summary_off", "Auto-repeat is disabled")
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue