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

Commit

Permalink
fix(YouTube Music - Flyout menu components): `Hide 3-column component…
Browse files Browse the repository at this point in the history
…` setting does not work
  • Loading branch information
anddea committed Sep 30, 2024
1 parent 33fb91c commit 5af8ca7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ public PlayerFlyoutMenuFilter() {
addIdentifierCallbacks(
new StringFilterGroup(
Settings.HIDE_FLYOUT_MENU_3_COLUMN_COMPONENT,
"music_highlight_menu_item_carousel.eml"
"music_highlight_menu_item_carousel.eml",
"tile_button_carousel.eml"
)
);
}
Expand Down

0 comments on commit 5af8ca7

Please sign in to comment.