diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-11-23 17:08:15 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-11-25 17:04:12 +0100 |
| commit | 134a91ebd75fd557337dbe7c320d5984cf7a9644 (patch) | |
| tree | 66e1799abf2e7e00b94331522540987db79e299d /gui/src/main | |
| parent | ec2f9fa023aec99c36edd8dd3a8e6d269209bc7b (diff) | |
| download | mullvadvpn-134a91ebd75fd557337dbe7c320d5984cf7a9644.tar.xz mullvadvpn-134a91ebd75fd557337dbe7c320d5984cf7a9644.zip | |
Remove assignment of app.allowRendererProcessReuse
Diffstat (limited to 'gui/src/main')
| -rw-r--r-- | gui/src/main/index.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts index 7f693e2fdf..dedddac424 100644 --- a/gui/src/main/index.ts +++ b/gui/src/main/index.ts @@ -213,10 +213,6 @@ class ApplicationMain { this.guiSettings.load(); - // The default value has previously been false but will be changed to true in Electron 9. The - // false value has been deprecated in Electron 8. This can be removed when Electron 9 is used. - app.allowRendererProcessReuse = true; - app.on('activate', this.onActivate); app.on('ready', this.onReady); app.on('window-all-closed', () => app.quit()); |
