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,