Enable webgl (#284)
This commit is contained in:
@@ -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/');
|
||||||
|
|||||||
Reference in New Issue
Block a user