Skip to content

Commit

Permalink
fix(YouTube Music - Flyout menu components): Hide Download menu set…
Browse files Browse the repository at this point in the history
…ting does not work
  • Loading branch information
anddea committed Feb 11, 2025
1 parent f5206a9 commit d5b1ebe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ public PlayerFlyoutMenuFilter() {
Settings.HIDE_FLYOUT_MENU_3_COLUMN_COMPONENT,
"music_highlight_menu_item_carousel.eml",
"tile_button_carousel.eml"
),
new StringFilterGroup(
Settings.HIDE_FLYOUT_MENU_DOWNLOAD,
"list_item.eml"
)
);
}
Expand Down

0 comments on commit d5b1ebe

Please sign in to comment.