From cfbc8ef5e1b31916facf4eca52136ce22599b70c Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 09:17:35 -0300 Subject: [PATCH] Switch skeleton only on track change, not on timer Co-Authored-By: Claude Sonnet 4.6 --- plugin/contents/ui/dancer.html | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index d87e23e..3ead22e 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -978,7 +978,6 @@ function pickSkeleton() { skeletonImg.src = SKELETONS[currentSkel]; } -setInterval(pickSkeleton, 8000); /* ============================================================ DEV SHIM — only active when served via HTTP (not from QML)