fix: hide bttv badge when disabling the setting (#6724)
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
- Minor: Add categories to the emoji viewer. (#6598)
|
||||
- Minor: Added broadcaster-only `/poll`, `/cancelpoll`, and `/endpoll` commands. (#6583, #6605)
|
||||
- Minor: Added broadcaster-only `/prediction`, `/cancelprediction`, `/lockprediction`, and `/completeprediction` commands. (#6583, #6612, #6632)
|
||||
- Minor: Added support for BetterTTV Pro subscriber badges. (#6625)
|
||||
- Minor: Added support for BetterTTV Pro subscriber badges. (#6625, #6724)
|
||||
- Minor: Added `debug.traceback` for plugins. (#6652)
|
||||
- Minor: Added title and duration options for `/clip` command. (#6669)
|
||||
- Minor: Added the ability to filter on messages by the author's external badges (example: `author.external_badges contains "chatterino:Top Donator"` or `author.external_badges contains "frankerfacez:bot"`). (#6709)
|
||||
|
||||
@@ -139,6 +139,7 @@ WindowManager::WindowManager(const Args &appArgs_, const Paths &paths,
|
||||
this->updateWordTypeMaskListener.add(settings.showBadgesVanity);
|
||||
this->updateWordTypeMaskListener.add(settings.showBadgesChatterino);
|
||||
this->updateWordTypeMaskListener.add(settings.showBadgesFfz);
|
||||
this->updateWordTypeMaskListener.add(settings.showBadgesBttv);
|
||||
this->updateWordTypeMaskListener.add(settings.showBadgesSevenTV);
|
||||
this->updateWordTypeMaskListener.add(settings.enableEmoteImages);
|
||||
this->updateWordTypeMaskListener.add(settings.lowercaseDomains);
|
||||
|
||||
Reference in New Issue
Block a user