change Squotes to Dquotes

This commit is contained in:
Seongnoh Sean Yi 2019-05-13 23:24:59 +02:00 committed by GitHub
parent ef9576f8c4
commit 3796076360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ const BrowserWindow = electron.BrowserWindow;
let mainWindow; let mainWindow;
function createWindow() { function createWindow() {
app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required'); app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required");
var electronOptionsDefaults = { var electronOptionsDefaults = {
width: 800, width: 800,
height: 600, height: 600,