Enable webgl (#284)

This commit is contained in:
Šimon Brandner
2021-12-10 14:55:35 +00:00
committed by GitHub
parent 0681fa81a4
commit 3599a015d7
+1 -1
View File
@@ -940,7 +940,7 @@ app.on('ready', async () => {
nodeIntegration: false, nodeIntegration: false,
//sandbox: true, // We enable sandboxing from app.enableSandbox() above //sandbox: true, // We enable sandboxing from app.enableSandbox() above
contextIsolation: true, contextIsolation: true,
webgl: false, webgl: true,
}, },
}); });
mainWindow.loadURL('vector://vector/webapp/'); mainWindow.loadURL('vector://vector/webapp/');