From ca632bd2cc74f0ce5ccb948e902445de3ab893cf Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Thu, 7 Sep 2023 10:41:24 +0400 Subject: [PATCH] fix(YouTube - Hide layout components): Always hide redundant 'player audio track' button (#2951) --- .../layout/hide/general/patch/HideLayoutComponentsPatch.kt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/patch/HideLayoutComponentsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/patch/HideLayoutComponentsPatch.kt index 8ca4278b..05ab2818 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/patch/HideLayoutComponentsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/patch/HideLayoutComponentsPatch.kt @@ -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"),