Remove icon preloading from the systems in favour of the async web component

This commit is contained in:
Oliver-Akins 2024-04-20 21:38:42 -06:00
parent 6b80f3530d
commit 8aff8b0fda
4 changed files with 2 additions and 59 deletions

View file

@ -32,7 +32,7 @@ export class GenericItemSheet extends ItemSheet {
ctx.flags = this.item.flags;
ctx.config = DOTDUNGEON;
ctx.icons = CONFIG.CACHE.icons;
ctx.icons = {};
return ctx;
};