fix(YouTube - Hide layout components): Fix "Hide AI Comments summary" in Comments (#5284)
This commit is contained in:
parent
ed617094ea
commit
f08474369b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ final class CommentsFilter extends Filter {
|
||||||
|
|
||||||
filterChipBar = new StringFilterGroup(
|
filterChipBar = new StringFilterGroup(
|
||||||
Settings.HIDE_COMMENTS_AI_SUMMARY,
|
Settings.HIDE_COMMENTS_AI_SUMMARY,
|
||||||
"filter_chip_bar.eml"
|
"chip_bar.eml"
|
||||||
);
|
);
|
||||||
|
|
||||||
aiCommentsSummary = new ByteArrayFilterGroup(
|
aiCommentsSummary = new ByteArrayFilterGroup(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue