Enable webgl (#284)

This commit is contained in:
Šimon Brandner 2021-12-10 15:55:35 +01:00 committed by GitHub
parent 0681fa81a4
commit 3599a015d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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