fix voice language selection from voice settings

This commit is contained in:
techartdev
2026-02-20 20:42:26 +02:00
parent e29bbdb128
commit 0227a68001
5 changed files with 58 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(async () => {
try {
if (!customElements.get("openclaw-chat-card")) {
const src = "/openclaw/openclaw-chat-card.js?v=0.1.28";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.29";
console.info("OpenClaw loader importing", src);
await import(src);
}