Merge pull request #4211 from ragingwind/dock-seticon
Add app.dock.setIcon to change icon of dock
This commit is contained in:
commit
253a4f226f
5 changed files with 23 additions and 1 deletions
|
@ -37,7 +37,8 @@ if (process.platform === 'darwin') {
|
|||
getBadge: bindings.dockGetBadgeText,
|
||||
hide: bindings.dockHide,
|
||||
show: bindings.dockShow,
|
||||
setMenu: bindings.dockSetMenu
|
||||
setMenu: bindings.dockSetMenu,
|
||||
setIcon: bindings.dockSetIcon
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue