Skip to content

Commit

Permalink
Explicitly set the window icon on Linux (#285)
Browse files Browse the repository at this point in the history
* Explicitly set the window icon on Linux

* Explicitly set icon on all platforms

* Remove incorrect semicolon
  • Loading branch information
mat8913 authored and PrestonN committed Jul 7, 2019
1 parent 805ed32 commit 77f67b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ let init = function () {
autoHideMenuBar: true,
webPreferences: {
nodeIntegration: true,
}
},
icon: path.join(__dirname, '..', 'icons', 'iconColor.png')
});

settingsDb.findOne({
Expand Down

0 comments on commit 77f67b5

Please sign in to comment.