From 54122e1da19a11b2142e667d75fce4e49905b2e8 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Wed, 10 Jun 2026 15:37:32 +0200 Subject: [PATCH] Fixed iconOnly --- templates/ui/countdowns/countdowns-view.hbs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/ui/countdowns/countdowns-view.hbs b/templates/ui/countdowns/countdowns-view.hbs index fbd61d31..b4d5adb1 100644 --- a/templates/ui/countdowns/countdowns-view.hbs +++ b/templates/ui/countdowns/countdowns-view.hbs @@ -1,7 +1,9 @@
- {{localize "DAGGERHEART.UI.Countdowns.title"}} + {{#unless iconOnly}} + {{localize "DAGGERHEART.UI.Countdowns.title"}} + {{/unless}}
{{#each typeToggles as |type|}} {{localize type.label}}