mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
feat(music/hide-flyout-panel): add setting to hide podcast-related menus
This commit is contained in:
@ -64,6 +64,11 @@ class FlyoutPanelPatch : BytecodePatch(
|
||||
"revanced_hide_flyout_panel_add_to_queue",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_captions",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_dismiss_queue",
|
||||
@ -84,6 +89,16 @@ class FlyoutPanelPatch : BytecodePatch(
|
||||
"revanced_hide_flyout_panel_go_to_artist",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_go_to_episode",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_go_to_podcast",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_like_dislike",
|
||||
@ -104,6 +119,11 @@ class FlyoutPanelPatch : BytecodePatch(
|
||||
"revanced_hide_flyout_panel_report",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_save_episode_for_later",
|
||||
"false"
|
||||
)
|
||||
SettingsPatch.addMusicPreferenceWithoutSummary(
|
||||
CategoryType.FLYOUT,
|
||||
"revanced_hide_flyout_panel_save_to_library",
|
||||
|
Reference in New Issue
Block a user