mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-11 12:04:39 +02:00
feat(YouTube Music/Hide flyout panel): add Hide help & feedback
settings
This commit is contained in:
parent
266888c004
commit
b4adde2e25
@ -106,6 +106,11 @@ object FlyoutPanelPatch : BytecodePatch(
|
||||
"revanced_hide_flyout_panel_go_to_podcast",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_help",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_like_dislike",
|
||||
|
@ -97,6 +97,7 @@ WARNING: Do not enable new player backgrounds while this is enabled."</string>
|
||||
<string name="revanced_hide_flyout_panel_go_to_artist_title">Hide go to artist menu</string>
|
||||
<string name="revanced_hide_flyout_panel_go_to_episode_title">Hide go to episode menu</string>
|
||||
<string name="revanced_hide_flyout_panel_go_to_podcast_title">Hide go to podcast menu</string>
|
||||
<string name="revanced_hide_flyout_panel_help_title">Hide help & feedback menu</string>
|
||||
<string name="revanced_hide_flyout_panel_like_dislike_title">Hide like and dislike button</string>
|
||||
<string name="revanced_hide_flyout_panel_play_next_title">Hide play next menu</string>
|
||||
<string name="revanced_hide_flyout_panel_remove_from_library_title">Hide remove from library menu</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user