1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 10:06:54 +00:00

4.0.0-rc13.14

* Fixed: Clicking Stream Latency metadata not toggling the visibility of the player's playback statistics.
* Fixed: The Turbo landing page being inappropriately darkened. (Twitch forgot to add the "base text color" class to anything so text becomes invisible against the background.)
* Fixed: More emote menu fixes. Check that emote data from Twitch doesn't contain null values, because apparently it can.
* Fixed: Chat width in portrait mode using Microsoft Edge.
* Fixed: `no_invert` not applying to badges correctly. (Closes #547)
This commit is contained in:
SirStendec 2018-12-09 15:09:18 -05:00
parent 49bcfaebed
commit f2700db821
9 changed files with 39 additions and 5 deletions

View file

@ -204,6 +204,7 @@ Twilight.ROUTES = {
'user-following': '/:userName/following',
'product': '/products/:productName',
'prime': '/prime',
'turbo': '/turbo',
'user': '/:userName',
}