Files
SubMiner/stats
sudacode 077aa89eb8 fix(stats): track deleting sessions by ID set, not count
- Replace deletingSessionId/deletingCount with a Set<number> so concurrent deletes disable the correct rows
- Pass session IDs (not count) to onStart callback for accurate per-row disable state
- Skip cover image fetch when sessions list is empty
- Nudge mining-frame toast down to avoid overlap with other OSD elements
2026-06-06 01:50:15 -07:00
..