Skip to content

Commit

Permalink
fix: changed default value for autorepeat setting (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
xafn committed Aug 26, 2022
1 parent a0722e0 commit 5c808b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down

0 comments on commit 5c808b0

Please sign in to comment.