Fixed so that domaincard tooltips properly use the all domains including homebrew (#1716)

This commit is contained in:
WBHarry 2026-03-09 13:18:07 +01:00 committed by GitHub
parent 59363c57e4
commit d518993ec9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>