diff --git a/js/electron.js b/js/electron.js index 5de41003..ce3efa88 100755 --- a/js/electron.js +++ b/js/electron.js @@ -17,7 +17,7 @@ let mainWindow; function createWindow() { // Create the browser window. - mainWindow = new BrowserWindow({width: 800, height: 600, fullscreen: true, autoHideMenuBar: true, webPreferences: {nodeIntegration: false}}); + mainWindow = new BrowserWindow({width: 800, height: 600, fullscreen: true, autoHideMenuBar: true, darkTheme: true, webPreferences: {nodeIntegration: false}}); // and load the index.html of the app. //mainWindow.loadURL('file://' + __dirname + '../../index.html');