feat(YouTube Music - Hide player flyout menu): add Hide Speed dial menu setting (#104)

* Update enum

* Add settings

* Add strings

* Add settings pref
This commit is contained in:
Hoàng Gia Bảo
2024-12-15 12:12:35 +07:00
committed by GitHub
parent e5354e9f9a
commit 04b137ddd2
4 changed files with 19 additions and 1 deletions

View File

@ -335,6 +335,12 @@ val flyoutMenuComponentsPatch = bytecodePatch(
"false",
false
)
addSwitchPreference(
CategoryType.FLYOUT,
"revanced_hide_flyout_menu_pin_to_speed_dial",
"false",
false
)
addSwitchPreference(
CategoryType.FLYOUT,
"revanced_hide_flyout_menu_play_next",
@ -419,6 +425,12 @@ val flyoutMenuComponentsPatch = bytecodePatch(
"false",
false
)
addSwitchPreference(
CategoryType.FLYOUT,
"revanced_hide_flyout_menu_unpin_from_speed_dial",
"false",
false
)
addSwitchPreference(
CategoryType.FLYOUT,
"revanced_hide_flyout_menu_view_song_credit",