custom indicators fixed

This commit is contained in:
2026-04-09 17:00:43 -04:00
parent a70dcd954f
commit fd431516cc
17 changed files with 778 additions and 440 deletions

View File

@@ -194,6 +194,8 @@ export class WorkspaceManager {
const storeConfig = this.stores.find((s) => s.name === storeName);
if (storeConfig?.persistent) {
this.dirtyStores.add(storeName);
// Persist immediately so changes survive page reloads (not just graceful shutdown)
await this.saveDirtyStores();
}
// Send response if needed