From bad00ff5f0b93392c7d282efbacadf3b5c5d163c Mon Sep 17 00:00:00 2001 From: WBHarry Date: Mon, 10 Nov 2025 17:29:29 +0100 Subject: [PATCH] Only showing expand-me icon on InventoryItem if there is a description to show --- templates/sheets/global/partials/inventory-item-V2.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sheets/global/partials/inventory-item-V2.hbs b/templates/sheets/global/partials/inventory-item-V2.hbs index 800f48bb..561e66c0 100644 --- a/templates/sheets/global/partials/inventory-item-V2.hbs +++ b/templates/sheets/global/partials/inventory-item-V2.hbs @@ -37,7 +37,7 @@ Parameters:
{{!-- Item Name --}} - {{localize item.name}} {{#unless noExtensible}}{{/unless}} + {{localize item.name}} {{#unless (or noExtensible (not item.system.description))}}{{/unless}} {{!-- Tags Start --}} {{#with item}}