Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
fix(YouTube - Hide layout components): Hide horizontal tile shelves
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Apr 18, 2024
1 parent 7cd0c6c commit ba30869
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ public LayoutComponentsFilter() {
horizontalShelves = new StringFilterGroup(
Settings.HIDE_HORIZONTAL_SHELVES,
"horizontal_video_shelf.eml",
"horizontal_shelf.eml"
"horizontal_shelf.eml",
"horizontal_tile_shelf.eml"
);

addPathCallbacks(
Expand Down

0 comments on commit ba30869

Please sign in to comment.