feat(YouTub Meusic/Hide flyout panel): add Hide remove from playlist menu settings

This commit is contained in:
inotia00
2023-11-16 19:18:48 +09:00
parent 151e4900e1
commit 03a61292f6
2 changed files with 6 additions and 0 deletions

View File

@ -125,6 +125,11 @@ object FlyoutPanelPatch : BytecodePatch(
"revanced_hide_flyout_panel_remove_from_library",
"false"
)
SettingsPatch.addMusicPreferenceWithoutSummary(
CategoryType.FLYOUT,
"revanced_hide_flyout_panel_remove_from_playlist",
"false"
)
SettingsPatch.addMusicPreferenceWithoutSummary(
CategoryType.FLYOUT,
"revanced_hide_flyout_panel_report",