fix: v0.0.50 - reset generateMaxDecoded when generation ends

- Previously: max stayed stale from previous session, all new values looked like resets
- Now: reset generateMaxDecoded to 0 when no generating slot is found
This commit is contained in:
Troed Sångberg
2026-06-13 23:31:58 +02:00
parent 66fe076f29
commit 1aa8675eee
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@troed/oc-ls-stats",
"version": "0.0.49",
"version": "0.0.50",
"type": "module",
"exports": {
"./tui": {