Skip to content

Commit

Permalink
fix(YouTube - Hide layout components): Move hide chips settings to Fe…
Browse files Browse the repository at this point in the history
…ed menu
  • Loading branch information
LisoUseInAIKyrios committed Oct 21, 2024
1 parent 96b5aed commit 1ed677f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ object HideLayoutComponentsPatch : BytecodePatch(
SwitchPreference("revanced_hide_artist_cards"),
SwitchPreference("revanced_hide_community_posts"),
SwitchPreference("revanced_hide_compact_banner"),
SwitchPreference("revanced_hide_chips_shelf"),
SwitchPreference("revanced_hide_expandable_chip"),
SwitchPreference("revanced_hide_feed_survey"),
SwitchPreference("revanced_hide_for_you_shelf"),
SwitchPreference("revanced_hide_horizontal_shelves"),
Expand Down Expand Up @@ -137,8 +139,6 @@ object HideLayoutComponentsPatch : BytecodePatch(
)

SettingsPatch.PreferenceScreen.GENERAL_LAYOUT.addPreferences(
SwitchPreference("revanced_hide_chips_shelf"),
SwitchPreference("revanced_hide_expandable_chip"),
SwitchPreference("revanced_hide_gray_separator"),
PreferenceScreen(
key = "revanced_custom_filter_screen",
Expand Down

0 comments on commit 1ed677f

Please sign in to comment.