Skip to content

Commit

Permalink
fix(YouTube - Hide layout components): Always hide redundant 'player …
Browse files Browse the repository at this point in the history
…audio track' button (#2951)
  • Loading branch information
LisoUseInAIKyrios authored Sep 7, 2023
1 parent 9acc733 commit ca632bd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,6 @@ class HideLayoutComponentsPatch : BytecodePatch(
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"),
StringResource("revanced_hide_audio_track_button_on", "Audio track button is hidden"),
StringResource("revanced_hide_audio_track_button_off", "Audio track button is shown")
),
SwitchPreference(
"revanced_hide_latest_posts_ads",
StringResource("revanced_hide_latest_posts_ads_title", "Hide latest posts"),
Expand Down

0 comments on commit ca632bd

Please sign in to comment.