Skip to content

Commit

Permalink
hide
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed May 28, 2024
1 parent c7303ff commit 0445055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/chat-injector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const chatLoaded = async (): Promise<void> => {
}
return;
}
activatorText.textContent = 'Un-Embed';
activatorText.textContent = 'Hide';
activatorIcon.textContent = 'cancel_presentation';
ytcfilterElement.style.display = 'block';
resizeBar.style.display = 'flex';
Expand Down

0 comments on commit 0445055

Please sign in to comment.