fix(state): save state on reset

This commit is contained in:
Paul Makles 2022-04-09 19:02:33 +01:00
parent 6915186738
commit 7b7f3c3af8

View file

@ -248,6 +248,8 @@ export default class State {
this.settings = new Settings();
this.sync = new Sync(this);
this.save();
this.persistent = [];
this.register();
});