From d56d3bd94b8f06ff9f915fe0b0ba3d5f484ea971 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 25 Feb 2023 00:08:05 +0100 Subject: [PATCH] feat(youtube/general-ads): do not hide components in library tab This reverts commit 169e2ba67024210450ef6cc74e734d3e7f162cbe. Signed-off-by: oSumAtrIX --- .../ad/general/resource/patch/GeneralAdsResourcePatch.kt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/ad/general/resource/patch/GeneralAdsResourcePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/ad/general/resource/patch/GeneralAdsResourcePatch.kt index f4141d56f..52970a19c 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/ad/general/resource/patch/GeneralAdsResourcePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/ad/general/resource/patch/GeneralAdsResourcePatch.kt @@ -37,13 +37,6 @@ class GeneralAdsResourcePatch : ResourcePatch { StringResource("revanced_adremover_separator_summary_on", "Gray separators are hidden"), StringResource("revanced_adremover_separator_summary_off", "Gray separators are shown") ), - SwitchPreference( - "revanced_horizontal_video_shelf", - StringResource("revanced_horizontal_video_shelf_title", "Hide horizontal video shelf"), - true, - StringResource("revanced_horizontal_video_shelf_summary_on", "Shelf is hidden"), - StringResource("revanced_horizontal_video_shelf_summary_off", "Shelf is shown") - ), SwitchPreference( "revanced_adremover_hide_channel_guidelines", StringResource("revanced_adremover_hide_channel_guidelines_enabled_title", "Hide channel guidelines"),