feat(YouTube - Comments): Add Hide AI Comments summary (#4634)

This commit is contained in:
ILoveOpenSourceApplications
2025-03-24 21:53:12 +05:30
committed by GitHub
parent f7497be2c5
commit e9b7f263f7
4 changed files with 32 additions and 7 deletions

View File

@ -154,7 +154,8 @@ val hideLayoutComponentsPatch = bytecodePatch(
PreferenceScreenPreference(
"revanced_comments_screen",
preferences = setOf(
SwitchPreference("revanced_hide_comments_chat_summary"),
SwitchPreference("revanced_hide_comments_ai_chat_summary"),
SwitchPreference("revanced_hide_comments_ai_summary"),
SwitchPreference("revanced_hide_comments_by_members_header"),
SwitchPreference("revanced_hide_comments_section"),
SwitchPreference("revanced_hide_comments_create_a_short_button"),