diff options
author | csett86 <csett86@web.de> | 2021-11-08 22:02:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 22:02:09 +0100 |
commit | d0fd3333d2232db80dfa5b50dbce387d4e3171f2 (patch) | |
tree | 1477401dfa167a9c83e56fcc4a32069faae72571 /main.js | |
parent | ca21b040c4a8e7983276e29b662dedc77d519665 (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.js | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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'; |