From 20eae200c11ae62410b2bfe9f066794853bd48e3 Mon Sep 17 00:00:00 2001 From: xiaoshi <115949669+xiaoshi930@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:15:39 +0800 Subject: [PATCH] Update xiaoshi-device-consumables-button.js --- xiaoshi-device-consumables-button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xiaoshi-device-consumables-button.js b/xiaoshi-device-consumables-button.js index c7c38ec..a2a0ea9 100644 --- a/xiaoshi-device-consumables-button.js +++ b/xiaoshi-device-consumables-button.js @@ -1896,7 +1896,7 @@ class XiaoshiConsumablesButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`; @@ -1936,7 +1936,7 @@ class XiaoshiConsumablesButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`;