diff --git a/frontend/dashboard.js b/frontend/dashboard.js index a0e53a2..99d2bac 100644 --- a/frontend/dashboard.js +++ b/frontend/dashboard.js @@ -8615,5 +8615,6 @@ function widgetTick() { const el=qs('#widget-clock'); if(el) el.textContent = fmt(new Date()); } setInterval(widgetTick, 1000); + await timerView.restore(Promise.resolve(true)); workspaceLifecycle.markWorkspaceReady?.(); })();