mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 10:16:57 +00:00
4.0.0-rc13.7
* Fixed: Loading errors in the Browse Popular directory due to a renamed query field. * Fixed: Block and Hide Thumbnail buttons not appearing in Game directories. (Fixes #538) * Fixed: Custom chat width applying when portrait mode is active. (Fixes #540) * Fixed: FrankerFaceZ not properly detecting the dark theme when theater mode is enabled and then not using appropriate colors. (Fixes #541) * Fixed: Override badges appearing invisible with certain badge styles. * Maintenance: Update the chat types enum to match current Twitch values.
This commit is contained in:
parent
b4b6f1a1cd
commit
79e3ba23a2
31 changed files with 66 additions and 49 deletions
|
@ -88,7 +88,9 @@ const CHAT_TYPES = make_enum(
|
|||
'Subscription',
|
||||
'Resubscription',
|
||||
'GiftPaidUpgrade',
|
||||
'AnonGiftPaidUpgrade',
|
||||
'SubGift',
|
||||
'AnonSubGift',
|
||||
'Clear',
|
||||
'RoomMods',
|
||||
'RoomState',
|
||||
|
@ -102,7 +104,8 @@ const CHAT_TYPES = make_enum(
|
|||
'BitsCharity',
|
||||
'CrateGift',
|
||||
'RewardGift',
|
||||
'SubMysteryGift'
|
||||
'SubMysteryGift',
|
||||
'AnonSubMysteryGift'
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue