fix(state): save state on reset
parent
6915186738
commit
7b7f3c3af8
|
|
@ -248,6 +248,8 @@ export default class State {
|
|||
this.settings = new Settings();
|
||||
this.sync = new Sync(this);
|
||||
|
||||
this.save();
|
||||
|
||||
this.persistent = [];
|
||||
this.register();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue