Merge pull request #5477 from danhp/download-bounce

Add API: app.dock.downloadFinished(filePath)
This commit is contained in:
Cheng Zhao 2016-05-11 09:41:08 +09:00
commit ed70a11ff8
5 changed files with 18 additions and 0 deletions

View file

@ -32,6 +32,7 @@ if (process.platform === 'darwin') {
return bindings.dockBounce(type)
},
cancelBounce: bindings.dockCancelBounce,
downloadFinished: bindings.dockDownloadFinished,
setBadge: bindings.dockSetBadgeText,
getBadge: bindings.dockGetBadgeText,
hide: bindings.dockHide,