Skip to content

Commit

Permalink
added cache miss handler as well as isolated persisted context Leapp …
Browse files Browse the repository at this point in the history
…for new windows
  • Loading branch information
urz9999 committed Jan 25, 2021
1 parent 85a7f71 commit 7d17f64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron/dist/src/environments/environment.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion electron/dist/src/environments/environment.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/app/services-system/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ export class AppService extends NativeService {
titleBarStyle: 'hidden',
webPreferences: {
devTools: !environment.production,
worldSafeExecuteJavaScript: true
worldSafeExecuteJavaScript: true,
partition: 'persist:Leapp'
}
};

Expand Down

0 comments on commit 7d17f64

Please sign in to comment.