Remove hardware acceleration to eliminate gl errors
This commit is contained in:
parent
f05b7c57bc
commit
ea806dd6dd
2
main.js
2
main.js
@ -12,7 +12,7 @@ const createWindow = () => {
|
|||||||
})
|
})
|
||||||
win.loadFile('index.html')
|
win.loadFile('index.html')
|
||||||
}
|
}
|
||||||
|
app.disableHardwareAcceleration()
|
||||||
app.whenReady().then(() => {
|
app.whenReady().then(() => {
|
||||||
ipcMain.handle('run', (_, param) => {
|
ipcMain.handle('run', (_, param) => {
|
||||||
Factory.get(param.workflow)
|
Factory.get(param.workflow)
|
||||||
|
Loading…
Reference in New Issue
Block a user