mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
4.15.4
* 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:
parent
0fdb988da7
commit
8ac1b2ce91
18 changed files with 481 additions and 44 deletions
|
@ -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'
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue