Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #18 from electron/upgrade-electron
Browse files Browse the repository at this point in the history
feat: upgrade electron  3.0.2
  • Loading branch information
ckerr committed Oct 4, 2018
2 parents db19430 + d4edd4a commit 4d2a3de
Show file tree
Hide file tree
Showing 11 changed files with 6,072 additions and 10 deletions.
2 changes: 1 addition & 1 deletion activity-monitor/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ app.once('ready', () => {
// Set the initial height to 400px
height: 400,
// set the title bar style
titleBarStyle: 'hidden-inset',
titleBarStyle: 'hiddenInset',
// set the background color to black
backgroundColor: "#111",
// Don't show the window until it's ready, this prevents any white flickering
Expand Down
Loading

0 comments on commit 4d2a3de

Please sign in to comment.