From 7b7f0c632d28aade417b7cd331a5b5739c416dfd Mon Sep 17 00:00:00 2001 From: xiaoshi <115949669+xiaoshi930@users.noreply.github.com> Date: Sat, 6 Dec 2025 20:16:06 +0800 Subject: [PATCH] Update xiaoshi-device-todo-button.js --- xiaoshi-device-todo-button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xiaoshi-device-todo-button.js b/xiaoshi-device-todo-button.js index c182d78..507f6be 100644 --- a/xiaoshi-device-todo-button.js +++ b/xiaoshi-device-todo-button.js @@ -1663,7 +1663,7 @@ class XiaoshiTodoButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`; @@ -1703,7 +1703,7 @@ class XiaoshiTodoButton extends LitElement { buttonHtml = html`
- ${!hideIcon ? html`` : ''} + ${!hideIcon ? html`` : ''} ${displayText}
`;