fix(YouTube - Hide layout components): Remove broken option 'Hide comments emoji picker' (#5121)

This commit is contained in:
LisoUseInAIKyrios
2025-06-05 21:09:25 +02:00
committed by GitHub
parent f2ca0eeac0
commit 9a6a639c49
4 changed files with 9 additions and 27 deletions

View File

@ -161,7 +161,7 @@ val hideLayoutComponentsPatch = bytecodePatch(
SwitchPreference("revanced_hide_comments_by_members_header"),
SwitchPreference("revanced_hide_comments_section"),
SwitchPreference("revanced_hide_comments_create_a_short_button"),
SwitchPreference("revanced_hide_comments_timestamp_and_emoji_buttons"),
SwitchPreference("revanced_hide_comments_timestamp_button"),
SwitchPreference("revanced_hide_comments_preview_comment"),
SwitchPreference("revanced_hide_comments_thanks_button"),
),