1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 00:18:31 +00:00
This commit is contained in:
Jamah Akbary 2021-11-15 12:26:14 +01:00
parent cedf5503bb
commit 3a4171cabe

View file

@ -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);