From 3796076360de884a8cf58ac13e7b2e521a09bfca Mon Sep 17 00:00:00 2001 From: Seongnoh Sean Yi Date: Mon, 13 May 2019 23:24:59 +0200 Subject: [PATCH] change Squotes to Dquotes --- js/electron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/electron.js b/js/electron.js index 21d8be8a..c5e9c4cb 100644 --- a/js/electron.js +++ b/js/electron.js @@ -17,7 +17,7 @@ const BrowserWindow = electron.BrowserWindow; let mainWindow; function createWindow() { - app.commandLine.appendSwitch('autoplay-policy', 'no-user-gesture-required'); + app.commandLine.appendSwitch("autoplay-policy", "no-user-gesture-required"); var electronOptionsDefaults = { width: 800, height: 600,