feat: as robotjs is context-aware, allow reuse of render processes (#660)

Signed-off-by: Christoph Settgast <csett86@web.de>
This commit is contained in:
csett86 2021-11-08 22:02:09 +01:00 committed by GitHub
parent ca21b040c4
commit d0fd3333d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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';