mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 00:18:31 +00:00
smal fix
This commit is contained in:
parent
cedf5503bb
commit
3a4171cabe
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ export default class ViewerCards extends Module {
|
|||
onEnable() {
|
||||
this.chat.context.on('changed:chat.viewer-cards.highlight-chat', this.refreshStyle, this);
|
||||
this.chat.context.on('changed:chat.viewer-cards.color', this.refreshStyle, this);
|
||||
this.toggle('hide-gift-subscribe-button', this.settings.get('chat.viewer-cards.hide-gift-subscribe-button'));
|
||||
this.css_tweaks.toggle('hide-gift-subscribe-button', this.settings.get('chat.viewer-cards.hide-gift-subscribe-button'));
|
||||
this.on('..:update-colors', this.refreshStyle, this);
|
||||
|
||||
this.ViewerCard.on('mount', this.updateCard, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue