fix(YouTube - Hide video action buttons): Remove obsolete hide Shop button (#3057)

This commit is contained in:
LisoUseInAIKyrios 2024-04-21 18:57:35 +04:00 committed by GitHub
parent 3a018ff002
commit fc43dd709f
2 changed files with 1 additions and 7 deletions

View file

@ -65,8 +65,7 @@ object HideButtonsPatch : ResourcePatch() {
SwitchPreference("revanced_hide_download_button"),
SwitchPreference("revanced_hide_thanks_button"),
SwitchPreference("revanced_hide_clip_button"),
SwitchPreference("revanced_hide_playlist_button"),
SwitchPreference("revanced_hide_shop_button")
SwitchPreference("revanced_hide_playlist_button")
),
)
)