Add app.dock.setIcon to change icon of dock
This commit is contained in:
parent
31624995bc
commit
7229d2462a
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