mac: Fix app.dock.show/hide, close #520.
This commit is contained in:
parent
740e7fbf1a
commit
5db31517cb
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ if process.platform is 'darwin'
|
||||||
cancelBounce: bindings.dockCancelBounce
|
cancelBounce: bindings.dockCancelBounce
|
||||||
setBadge: bindings.dockSetBadgeText
|
setBadge: bindings.dockSetBadgeText
|
||||||
getBadge: bindings.dockGetBadgeText
|
getBadge: bindings.dockGetBadgeText
|
||||||
hide: bindings.hide
|
hide: bindings.dockHide
|
||||||
show: bindings.show
|
show: bindings.dockShow
|
||||||
|
|
||||||
# Be compatible with old API.
|
# Be compatible with old API.
|
||||||
app.once 'ready', -> app.emit 'finish-launching'
|
app.once 'ready', -> app.emit 'finish-launching'
|
||||||
|
|
Loading…
Add table
Reference in a new issue