@echomem/mcp 1.4.5 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hud/web.js +1 -1
- package/package.json +1 -1
package/dist/hud/web.js
CHANGED
|
@@ -602,7 +602,7 @@ export const HUD_HTML = String.raw `<!doctype html>
|
|
|
602
602
|
renderAlert(score, oldPct, repeatCount);
|
|
603
603
|
renderNudge(color, sat);
|
|
604
604
|
|
|
605
|
-
if (renewBtn) renewBtn.style.display =
|
|
605
|
+
if (renewBtn) renewBtn.style.display = "block"; // always available — warm-start any session, even fresh
|
|
606
606
|
prevTurnState = {
|
|
607
607
|
src: score.sourcePath,
|
|
608
608
|
turn: score.turn,
|