mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-04-30 06:34:37 +02:00
fix(YouTube Music - Flyout menu components): Hide Download menu
setting does not work https://github.com/inotia00/ReVanced_Extended/issues/2771
This commit is contained in:
parent
a482181cd2
commit
d1154db77e
@ -13,6 +13,10 @@ public final class PlayerFlyoutMenuFilter extends Filter {
|
||||
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"
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user