diff --git a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt
index 11f4620de..a1d1214df 100644
--- a/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt
+++ b/src/main/kotlin/app/revanced/patches/music/flyoutpanel/component/FlyoutPanelPatch.kt
@@ -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",
diff --git a/src/main/resources/music/settings/host/values/strings.xml b/src/main/resources/music/settings/host/values/strings.xml
index 8d905f504..c3f9a6cdd 100644
--- a/src/main/resources/music/settings/host/values/strings.xml
+++ b/src/main/resources/music/settings/host/values/strings.xml
@@ -105,6 +105,7 @@ WARNING: Do not enable new player backgrounds while this is enabled."
Hide like and dislike button
Hide play next menu
Hide remove from library menu
+ Hide remove from playlist menu
Hide report menu
Hide save episode for later menu
Hide save to library menu