Skip to content

Commit

Permalink
Add window background color
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed May 23, 2016
1 parent a85b452 commit 842d431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ function onReady(fun) {
scrollBounce: true
},
show: false,
backgroundColor: '#F5F5F5'
}
if(process.platform === 'linux') {
options.icon = path.resolve(__dirname, '..', 'icons', 'mancy.png');
Expand Down

0 comments on commit 842d431

Please sign in to comment.