mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-07 13:25:49 +01:00
fix: auto-captions
patch switch description (#488)
This commit is contained in:
parent
31e4800471
commit
57824fb16c
@ -36,8 +36,8 @@ class AutoCaptionsPatch : BytecodePatch(
|
|||||||
"revanced_autocaptions_enabled",
|
"revanced_autocaptions_enabled",
|
||||||
StringResource("revanced_autocaptions_enabled_title", "Disable auto-captions"),
|
StringResource("revanced_autocaptions_enabled_title", "Disable auto-captions"),
|
||||||
false,
|
false,
|
||||||
StringResource("revanced_autocaptions_summary_on", "Auto-captions are enabled"),
|
StringResource("revanced_autocaptions_summary_on", "Auto-captions are disabled"),
|
||||||
StringResource("revanced_autocaptions_summary_off", "Auto-captions are disabled")
|
StringResource("revanced_autocaptions_summary_off", "Auto-captions are enabled")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user