diff --git a/src/electron-main.ts b/src/electron-main.ts index c82e346..ceefb9e 100644 --- a/src/electron-main.ts +++ b/src/electron-main.ts @@ -940,7 +940,7 @@ app.on('ready', async () => { nodeIntegration: false, //sandbox: true, // We enable sandboxing from app.enableSandbox() above contextIsolation: true, - webgl: false, + webgl: true, }, }); mainWindow.loadURL('vector://vector/webapp/');