mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-26 09:57:31 +01:00
fix(YouTube - Hide layout components): Don't hide Shorts channel bar when toggling for video player
This commit is contained in:
parent
821524ec6e
commit
9af6412d92
@ -161,9 +161,9 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
"inline_expander"
|
"inline_expander"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var channelBar = new StringFilterGroup(
|
final var compactChannelBar = new StringFilterGroup(
|
||||||
Settings.HIDE_CHANNEL_BAR,
|
Settings.HIDE_CHANNEL_BAR,
|
||||||
"channel_bar"
|
"compact_channel_bar"
|
||||||
);
|
);
|
||||||
|
|
||||||
final var relatedVideos = new StringFilterGroup(
|
final var relatedVideos = new StringFilterGroup(
|
||||||
@ -252,7 +252,7 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
inFeedSurvey,
|
inFeedSurvey,
|
||||||
notifyMe,
|
notifyMe,
|
||||||
likeSubscribeGlow,
|
likeSubscribeGlow,
|
||||||
channelBar,
|
compactChannelBar,
|
||||||
communityPosts,
|
communityPosts,
|
||||||
paidPromotion,
|
paidPromotion,
|
||||||
searchResultVideo,
|
searchResultVideo,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user