Skip to content

Commit

Permalink
feat(youtube/general-ads): hide multiple audio track button on video …
Browse files Browse the repository at this point in the history
…player overlay (#2021)
  • Loading branch information
LisoUseInAIKyrios committed May 1, 2023
1 parent ae43b42 commit 8d7f305
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,13 @@ class GeneralAdsResourcePatch : ResourcePatch {
true,
StringResource("revanced_hide_image_shelf_summary_on", "Image shelf is hidden"),
StringResource("revanced_hide_image_shelf_summary_off", "Image shelf is shown")
),
SwitchPreference(
"revanced_hide_audio_track_button",
StringResource("revanced_hide_audio_track_button_title", "Hide audio track button"),
false,
StringResource("revanced_hide_audio_track_button_on", "Audio track button is hidden"),
StringResource("revanced_hide_audio_track_button_off", "Audio track button is shown")
)
)

Expand Down

0 comments on commit 8d7f305

Please sign in to comment.