Skip to content
Snippets Groups Projects
Commit 556ecde2 authored by akiraohgaki's avatar akiraohgaki
Browse files

Disable GPU

parent ed8d3893
No related branches found
No related tags found
No related merge requests found
Pipeline #324 passed
......@@ -19,6 +19,8 @@ let mainWindow = null;
let ocsManager = null;
let ocsManagerUrl = '';
app.disableHardwareAcceleration();
async function startOcsManager() {
return new Promise((resolve) => {
const resolveOcsManagerUrl = (data) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment