Skip to content

Commit

Permalink
defining background color and theme... they don't actually do much
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Apr 28, 2019
1 parent abb8c23 commit 5f98dbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ function createWindow () {
mainWindow = new BrowserWindow({
width: config.getProp('window.width') || 1000,
height: config.getProp('window.height') || 800,
backgroundColor: '#262626',
darkTheme: true,
webPreferences: {
nodeIntegration: true,
nodeIntegrationInWorker: true
Expand Down

0 comments on commit 5f98dbd

Please sign in to comment.