Skip to content

Commit

Permalink
fix(YouTube - Hide layout components): Don't hide Shorts channel bar …
Browse files Browse the repository at this point in the history
…when toggling for video player
  • Loading branch information
oSumAtrIX committed Dec 23, 2024
1 parent 821524e commit 9af6412
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ public LayoutComponentsFilter() {
"inline_expander"
);

final var channelBar = new StringFilterGroup(
final var compactChannelBar = new StringFilterGroup(
Settings.HIDE_CHANNEL_BAR,
"channel_bar"
"compact_channel_bar"
);

final var relatedVideos = new StringFilterGroup(
Expand Down Expand Up @@ -252,7 +252,7 @@ public LayoutComponentsFilter() {
inFeedSurvey,
notifyMe,
likeSubscribeGlow,
channelBar,
compactChannelBar,
communityPosts,
paidPromotion,
searchResultVideo,
Expand Down

0 comments on commit 9af6412

Please sign in to comment.