mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-24 16:33:38 +02:00
Compare commits
2 commits
a42d708f15
...
d518993ec9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d518993ec9 | ||
|
|
59363c57e4 |
2 changed files with 2 additions and 2 deletions
|
|
@ -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: 'client',
|
scope: 'world',
|
||||||
config: false,
|
config: false,
|
||||||
type: CompendiumBrowserSettings
|
type: CompendiumBrowserSettings
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -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 config.DOMAIN.domains item.system.domain) as | domain |}}
|
{{#with (lookup allDomains item.system.domain) as | domain |}}
|
||||||
<img src="{{domain.src}}" alt="">
|
<img src="{{domain.src}}" alt="">
|
||||||
{{/with}}
|
{{/with}}
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue