1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-26 04:28:31 +00:00
* 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:
SirStendec 2021-03-26 00:29:49 -04:00
parent a6dc58562c
commit fa33491eec
5 changed files with 190 additions and 52 deletions

View file

@ -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');
}