From d0fd3333d2232db80dfa5b50dbce387d4e3171f2 Mon Sep 17 00:00:00 2001 From: csett86 Date: Mon, 8 Nov 2021 22:02:09 +0100 Subject: [PATCH] feat: as robotjs is context-aware, allow reuse of render processes (#660) Signed-off-by: Christoph Settgast --- main.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.js b/main.js index ec58514..7dc713e 100644 --- a/main.js +++ b/main.js @@ -45,9 +45,6 @@ if (!app.commandLine.hasSwitch('enable-features')) { app.commandLine.appendSwitch('enable-features', 'WebRTCPipeWireCapturer'); } -// Needed until robot.js is fixed: https://github.com/octalmage/robotjs/issues/580 -app.allowRendererProcessReuse = false; - autoUpdater.logger = require('electron-log'); autoUpdater.logger.transports.file.level = 'info';