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