Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
specify browserWindow icon for Ubuntu
Browse files Browse the repository at this point in the history
Fix #1282, Fix #1235, Fix #1209
  • Loading branch information
Suguru Hirahara committed May 24, 2016
1 parent e42a54d commit 4be24f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/stores/appStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const createWindow = (browserOpts, defaults) => {
const autoHideMenuBarSetting = isDarwin || getSetting(settings.AUTO_HIDE_MENU)

let mainWindow = new BrowserWindow(Object.assign({
icon: __dirname + '/res/app.png',
// smaller min size for "modal" windows
minWidth,
minHeight,
Expand Down

0 comments on commit 4be24f6

Please sign in to comment.