feat(YouTube Music - Flyout menu components): Add Hide Not interested menu setting

This commit is contained in:
inotia00
2025-02-10 16:44:55 +09:00
parent eb181dcf90
commit 4b08cee075
4 changed files with 127 additions and 121 deletions

View File

@ -335,6 +335,12 @@ val flyoutMenuComponentsPatch = bytecodePatch(
"false",
false
)
addSwitchPreference(
CategoryType.FLYOUT,
"revanced_hide_flyout_menu_not_interested",
"false",
false
)
addSwitchPreference(
CategoryType.FLYOUT,
"revanced_hide_flyout_menu_pin_to_speed_dial",