mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Enable webgl (#284)
This commit is contained in:
parent
0681fa81a4
commit
3599a015d7
@ -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/');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user