1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-01 15:38:31 +00:00
* Added: There is now a button to reset the player in the FFZ menu button's right-click menu, for use when the player GUI is not accessible due to an error.
* Fixed: The pop-up for Stream Uptime not functioning for Firefox users due to an unimplemented permission.
* Fixed: The FFZ menu button not appearing in Squad Streaming mode.
* Fixed: Apply CSS color variables to the background of the Squad Streaming page.
* Fixed: Load chat elements on the Squad Streaming page.
This commit is contained in:
SirStendec 2019-10-19 12:46:36 -04:00
parent 103c68ad10
commit 9c2053bf9b
7 changed files with 74 additions and 20 deletions

View file

@ -203,7 +203,8 @@ Twilight.CHAT_ROUTES = [
'user-following',
'user',
'dash',
'embed-chat'
'embed-chat',
'squad'
];