mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-26 04:28:31 +00:00
4.20.87
* Fixed: Error in the main menu when a setting has a null search term. * Dev Added: Profile rules for running development builds. * Dev Added: The Link Service testing tool now supports loading example URLs from a local testing service.
This commit is contained in:
parent
a6dc58562c
commit
fa33491eec
5 changed files with 190 additions and 52 deletions
|
@ -157,6 +157,10 @@ export default class AddonManager extends Module {
|
|||
this.addAddon(addon, true);
|
||||
}
|
||||
|
||||
this.settings.updateContext({
|
||||
addonDev: this.has_dev
|
||||
});
|
||||
|
||||
this.rebuildAddonSearch();
|
||||
this.emit(':data-loaded');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue