1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 02:16:54 +00:00
* Added: Setting to hide the mass gift sub banner at the top of chat.
* Changed: Messages for redeeming Channel Points now have custom rendering with less padding and background colors to properly highlight them.
* Fixed: Moderation profiles not always applying when navigating between channels.
* Fixed: Settings to disable auto-play not working.
* Fixed: Remove debug logging when importing a profile.
This commit is contained in:
SirStendec 2019-11-11 14:38:49 -05:00
parent 0fdb988da7
commit 8ac1b2ce91
18 changed files with 481 additions and 44 deletions

View file

@ -204,7 +204,8 @@ Twilight.CHAT_ROUTES = [
'user',
'dash',
'embed-chat',
'squad'
'squad',
'command-center'
];
@ -252,6 +253,7 @@ Twilight.ROUTES = {
'turbo': '/turbo',
'user': '/:userName',
'squad': '/:userName/squad',
'command-center': '/:userName/commandcenter',
'embed-chat': '/embed/:userName/chat'
};