mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 08:48:39 +00:00
fix(mac): keep webchat boot dots
This commit is contained in:
@@ -196364,7 +196364,7 @@ const logStatus = (msg) => {
|
||||
try {
|
||||
console.log(msg);
|
||||
const el = document.getElementById("app");
|
||||
if (el && !el.dataset.booted) el.textContent = msg;
|
||||
if (el && !el.dataset.booted) el.dataset.status = msg;
|
||||
} catch {}
|
||||
};
|
||||
const randomId = () => {
|
||||
|
||||
Reference in New Issue
Block a user