v1.0.36: eliminate blue flash between setSettings and setState

setState was being called after setRunningEntry, which makes two
async global settings calls and takes ~1 second. During that time
the button sat in the blue reset state from setSettings. Now
setState is called immediately after setSettings, before
setRunningEntry, so the blue flash is imperceptibly brief.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
pdmarf
2026-04-24 09:13:38 +01:00
parent bb021633a3
commit 5cdc77ccf3
6 changed files with 12 additions and 12 deletions

Binary file not shown.