mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-26 04:28:31 +00:00
4.28.7
* Added: Setting to hide Drops messages in chat. * Fixed: Chat Colors not being applied to chat in Mod View. * Fixed: The color of the search input not being affected. * Changed: Add a disclaimer to the `Show Overlay Extensions` setting to clarify that it does not prevent extensions from loading. * Changed: Wait up to a full minute for add-on scripts to load. * API Added: The `<react-link />` Vue component now has a `state` prop for passing state data with links, necessary for navigating to certain Twitch pages.
This commit is contained in:
parent
c1fba86dc9
commit
a529e7fd27
10 changed files with 47 additions and 12 deletions
|
@ -311,7 +311,7 @@ export default class AddonManager extends Module {
|
|||
}));
|
||||
|
||||
// Error if this takes more than 5 seconds.
|
||||
await timeout(this.waitFor(`addon.${id}:registered`), 5000);
|
||||
await timeout(this.waitFor(`addon.${id}:registered`), 60000);
|
||||
|
||||
module = this.resolve(`addon.${id}`);
|
||||
if ( module && ! module.loaded )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue