Skip to content

Commit

Permalink
Merge pull request #24 from owcz/icon-fix
Browse files Browse the repository at this point in the history
Add window icon

Former-commit-id: 8faf806
Former-commit-id: f756e03
  • Loading branch information
edipox authored Jul 12, 2017
2 parents d2bad0f + 4d4079f commit 57410b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ app.on('ready', function() {
minWidth: size.width,
minHeight: size.height,
// Window style
trasnparent: true,
transparent: true,
frame: false,
radii: [10,10,10,10],
// Window state
x: winState.x,
y: winState.y,
icon: __dirname + '/images/icon.png',
width: winState.width,
height: winState.height
});
Expand Down

0 comments on commit 57410b3

Please sign in to comment.