aboutsummaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorcsett86 <csett86@web.de>2021-11-08 22:02:09 +0100
committerGitHub <noreply@github.com>2021-11-08 22:02:09 +0100
commitd0fd3333d2232db80dfa5b50dbce387d4e3171f2 (patch)
tree1477401dfa167a9c83e56fcc4a32069faae72571 /main.js
parentca21b040c4a8e7983276e29b662dedc77d519665 (diff)
feat: as robotjs is context-aware, allow reuse of render processes (#660)
Signed-off-by: Christoph Settgast <csett86@web.de>
Diffstat (limited to 'main.js')
-rw-r--r--main.js3
1 files changed, 0 insertions, 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';