From d518993ec984d6a504c8716799a13274ca2e9c02 Mon Sep 17 00:00:00 2001
From: WBHarry <89362246+WBHarry@users.noreply.github.com>
Date: Mon, 9 Mar 2026 13:18:07 +0100
Subject: [PATCH] Fixed so that domaincard tooltips properly use the all
domains including homebrew (#1716)
---
templates/ui/tooltip/domainCard.hbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/ui/tooltip/domainCard.hbs b/templates/ui/tooltip/domainCard.hbs
index 9388f1a4..0380a523 100644
--- a/templates/ui/tooltip/domainCard.hbs
+++ b/templates/ui/tooltip/domainCard.hbs
@@ -5,7 +5,7 @@
- {{#with (lookup config.DOMAIN.domains item.system.domain) as | domain |}}
+ {{#with (lookup allDomains item.system.domain) as | domain |}}
{{/with}}