mirror of
https://github.com/revanced/revanced-integrations.git
synced 2024-11-27 14:26:49 +01:00
fix(YouTube - Hide layout components): Hide horizontal tile shelves
This commit is contained in:
parent
7cd0c6c3c1
commit
ba308690cf
@ -247,7 +247,8 @@ public final class LayoutComponentsFilter extends Filter {
|
|||||||
horizontalShelves = new StringFilterGroup(
|
horizontalShelves = new StringFilterGroup(
|
||||||
Settings.HIDE_HORIZONTAL_SHELVES,
|
Settings.HIDE_HORIZONTAL_SHELVES,
|
||||||
"horizontal_video_shelf.eml",
|
"horizontal_video_shelf.eml",
|
||||||
"horizontal_shelf.eml"
|
"horizontal_shelf.eml",
|
||||||
|
"horizontal_tile_shelf.eml"
|
||||||
);
|
);
|
||||||
|
|
||||||
addPathCallbacks(
|
addPathCallbacks(
|
||||||
|
Loading…
Reference in New Issue
Block a user