diff --git a/main.js b/main.js index 3394368..b051c87 100644 --- a/main.js +++ b/main.js @@ -12,7 +12,7 @@ const createWindow = () => { }) win.loadFile('index.html') } - +app.disableHardwareAcceleration() app.whenReady().then(() => { ipcMain.handle('run', (_, param) => { Factory.get(param.workflow)