Remove hardware acceleration to eliminate gl errors

This commit is contained in:
Guille 2024-05-14 16:50:42 +02:00
parent f05b7c57bc
commit ea806dd6dd

View File

@ -12,7 +12,7 @@ const createWindow = () => {
})
win.loadFile('index.html')
}
app.disableHardwareAcceleration()
app.whenReady().then(() => {
ipcMain.handle('run', (_, param) => {
Factory.get(param.workflow)