diff --git a/main.js b/main.js index e232628..2183c66 100644 --- a/main.js +++ b/main.js @@ -17,4 +17,7 @@ function createWindow () { } +// app.commandLine.appendSwitch('disable-gpu-vsync'); +// app.commandLine.appendSwitch('disable-frame-rate-limit'); + app.whenReady().then(createWindow); \ No newline at end of file