Skip to content

Commit

Permalink
Enable webgl (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBrandner authored Dec 10, 2021
1 parent 0681fa8 commit 3599a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/');
Expand Down

0 comments on commit 3599a01

Please sign in to comment.