fix(YouTube - Hide layout components): Don't hide Shorts channel bar when toggling for video player
This commit is contained in:
parent
55d01c92d1
commit
87e1c7f4c8
1 changed files with 3 additions and 3 deletions
|
|
@ -161,9 +161,9 @@ public final class LayoutComponentsFilter extends Filter {
|
|||
"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(
|
||||
|
|
@ -252,7 +252,7 @@ public final class LayoutComponentsFilter extends Filter {
|
|||
inFeedSurvey,
|
||||
notifyMe,
|
||||
likeSubscribeGlow,
|
||||
channelBar,
|
||||
compactChannelBar,
|
||||
communityPosts,
|
||||
paidPromotion,
|
||||
searchResultVideo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue