From e92f85d3e0cf18c68ba7de395d8784c9b42e38f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D1=82=D0=BE=D0=BD=20=D0=A2=D1=80=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Sun, 9 Aug 2026 15:39:46 +0300 Subject: [PATCH] fix: refresh STK menu after equip, prevent stale card data in STK pill --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 23322fd..b7c3318 100644 --- a/index.html +++ b/index.html @@ -2677,6 +2677,7 @@ async function pysimEquipCmd() { if (result) { await pysimRefresh(); pysimFsRefresh(); + stkCheckMenu(); } }