ref/ set allowRendererProcessReuse to true

This commit is contained in:
Maxime GRIS
2020-04-11 21:47:57 +02:00
parent 40aff44857
commit 7c5c43bad7

View File

@@ -53,6 +53,8 @@ function createWindow(): BrowserWindow {
try {
app.allowRendererProcessReuse = true;
// This method will be called when Electron has finished
// initialization and is ready to create browser windows.
// Some APIs can only be used after this event occurs.