Remove icon preloading from the systems in favour of the async web component
This commit is contained in:
parent
6b80f3530d
commit
8aff8b0fda
4 changed files with 2 additions and 59 deletions
|
|
@ -110,9 +110,6 @@ Hooks.once(`init`, async () => {
|
|||
hbs.registerHandlebarsHelpers();
|
||||
hbs.preloadHandlebarsTemplates();
|
||||
registerCustomComponents();
|
||||
|
||||
CONFIG.CACHE ??= {};
|
||||
CONFIG.CACHE.icons = await hbs.preloadIcons();
|
||||
});
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue