diff --git a/src/mobx/State.ts b/src/mobx/State.ts index bc83cfbc..060c1ecd 100644 --- a/src/mobx/State.ts +++ b/src/mobx/State.ts @@ -248,6 +248,8 @@ export default class State { this.settings = new Settings(); this.sync = new Sync(this); + this.save(); + this.persistent = []; this.register(); });