Turn back on caching for the renderer

This commit is contained in:
addison 2022-03-15 09:12:38 -04:00
parent dae65661a3
commit cd36300465
1 changed files with 1 additions and 2 deletions

View File

@ -184,8 +184,7 @@ export function initFactory(
secureStorageService,
logService,
stateMigrationService,
new StateFactory(GlobalState, Account),
false // Do not use disk caching because this will get out of sync with the main process service
new StateFactory(GlobalState, Account)
),
deps: [
StorageServiceAbstraction,