mirror of
https://github.com/bitwarden/desktop
synced 2026-01-15 15:03:17 +00:00
Revert "Disable disk caching in stateService (#1406)"
This reverts commit 8461161ac5.
This commit is contained in:
@@ -83,8 +83,7 @@ export class Main {
|
||||
null,
|
||||
this.logService,
|
||||
null,
|
||||
new StateFactory(GlobalState, Account),
|
||||
false // Do not use disk caching because this will get out of sync with the renderer service
|
||||
new StateFactory(GlobalState, Account)
|
||||
);
|
||||
|
||||
this.windowMain = new WindowMain(
|
||||
|
||||
Reference in New Issue
Block a user