added optional command lines

This commit is contained in:
TorgaW 2024-05-09 00:03:40 +03:00
parent a7ac0a133f
commit dff12af28a

View File

@ -17,4 +17,7 @@ function createWindow () {
}
// app.commandLine.appendSwitch('disable-gpu-vsync');
// app.commandLine.appendSwitch('disable-frame-rate-limit');
app.whenReady().then(createWindow);