Compare commits

..

No commits in common. "d518993ec984d6a504c8716799a13274ca2e9c02" and "a42d708f15cbb5c1a688c06f47ed8c545b903afa" have entirely different histories.

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, { game.settings.register(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.CompendiumBrowserSettings, {
scope: 'world', scope: 'client',
config: false, config: false,
type: CompendiumBrowserSettings type: CompendiumBrowserSettings
}); });

View file

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