Compare commits

...

2 commits

2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ const registerNonConfigSettings = () => {
});
game.settings.register(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.CompendiumBrowserSettings, {
scope: 'client',
scope: 'world',
config: false,
type: CompendiumBrowserSettings
});

View file

@ -5,7 +5,7 @@
<i class="fa-solid fa-bolt"></i>
</span>
<span class="item-icon">
{{#with (lookup config.DOMAIN.domains item.system.domain) as | domain |}}
{{#with (lookup allDomains item.system.domain) as | domain |}}
<img src="{{domain.src}}" alt="">
{{/with}}
</span>