fix: auto-captions patch switch description (#488)

This commit is contained in:
OxrxL
2022-09-15 16:25:57 +02:00
committed by GitHub
parent fc8101b7c5
commit e54bcff050

View File

@@ -36,8 +36,8 @@ class AutoCaptionsPatch : BytecodePatch(
"revanced_autocaptions_enabled",
StringResource("revanced_autocaptions_enabled_title", "Disable auto-captions"),
false,
StringResource("revanced_autocaptions_summary_on", "Auto-captions are enabled"),
StringResource("revanced_autocaptions_summary_off", "Auto-captions are disabled")
StringResource("revanced_autocaptions_summary_on", "Auto-captions are disabled"),
StringResource("revanced_autocaptions_summary_off", "Auto-captions are enabled")
)
)
@@ -77,4 +77,4 @@ class AutoCaptionsPatch : BytecodePatch(
return PatchResultSuccess()
}
}
}