mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-04 11:44:00 +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() {
|
onEnable() {
|
||||||
this.chat.context.on('changed:chat.viewer-cards.highlight-chat', this.refreshStyle, this);
|
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.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.on('..:update-colors', this.refreshStyle, this);
|
||||||
|
|
||||||
this.ViewerCard.on('mount', this.updateCard, this);
|
this.ViewerCard.on('mount', this.updateCard, this);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue