Skip to content

Commit 3599a01

Browse files
Enable webgl (#284)
1 parent 0681fa8 commit 3599a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electron-main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ app.on('ready', async () => {
940940
nodeIntegration: false,
941941
//sandbox: true, // We enable sandboxing from app.enableSandbox() above
942942
contextIsolation: true,
943-
webgl: false,
943+
webgl: true,
944944
},
945945
});
946946
mainWindow.loadURL('vector://vector/webapp/');

0 commit comments

Comments
 (0)