fix(YouTube - Hide video action buttons): Add option to hide 'Ask' button (#4852)

This commit is contained in:
LisoUseInAIKyrios
2025-04-24 23:23:10 +04:00
committed by GitHub
parent f6f06dcd02
commit 43bcf5a098
4 changed files with 17 additions and 6 deletions

View File

@ -46,10 +46,11 @@ val hideButtonsPatch = resourcePatch(
SwitchPreference("revanced_hide_remix_button"),
SwitchPreference("revanced_hide_download_button"),
SwitchPreference("revanced_hide_thanks_button"),
SwitchPreference("revanced_hide_ask_button"),
SwitchPreference("revanced_hide_clip_button"),
SwitchPreference("revanced_hide_playlist_button"),
),
),
)
)
)
addLithoFilter("Lapp/revanced/extension/youtube/patches/components/ButtonsFilter;")