Skip to content

Commit

Permalink
fix(YouTube - Hide feed components): Hide category bar in feed does…
Browse files Browse the repository at this point in the history
… not work on the Subscriptions tab
  • Loading branch information
inotia00 authored and anddea committed Feb 3, 2025
1 parent 374a63f commit 86d8420
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,11 @@ public FeedComponentsFilter() {
"subscriptions_channel_bar"
);

final StringFilterGroup subscriptionsCategoryBar = new StringFilterGroup(
Settings.HIDE_CATEGORY_BAR_IN_FEED,
"subscriptions_chip_bar"
);

final StringFilterGroup ticketShelf = new StringFilterGroup(
Settings.HIDE_TICKET_SHELF,
"ticket_horizontal_shelf",
Expand All @@ -193,6 +198,7 @@ public FeedComponentsFilter() {
notifyMe,
playables,
subscriptionsChannelBar,
subscriptionsCategoryBar,
ticketShelf
);

Expand Down

0 comments on commit 86d8420

Please sign in to comment.