Skip to content

Commit

Permalink
fix(YouTube - Quick Action): Hide comment button not working
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced committed Feb 8, 2024
1 parent 5217b20 commit 7b5a5a3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ public QuickActionFilter() {
);

bufferButtonsGroupList.addAll(
new ByteArrayAsStringFilterGroup(
SettingsEnum.HIDE_QUICK_ACTIONS_COMMENT_BUTTON,
"yt_outline_message_bubble_right"
),
new ByteArrayAsStringFilterGroup(
SettingsEnum.HIDE_QUICK_ACTIONS_LIVE_CHAT_BUTTON,
"yt_outline_message_bubble_overlap"
Expand Down

0 comments on commit 7b5a5a3

Please sign in to comment.