mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add API: app.dock.downloadFinished(filePath)
This commit is contained in:
@@ -566,6 +566,12 @@ Returns an ID representing the request.
|
||||
|
||||
Cancel the bounce of `id`.
|
||||
|
||||
### `app.dock.downloadFinished(filePath)` _OS X_
|
||||
|
||||
* `filePath` String
|
||||
|
||||
Bounces the Downloads stack if the filePath is inside the Downloads folder.
|
||||
|
||||
### `app.dock.setBadge(text)` _OS X_
|
||||
|
||||
* `text` String
|
||||
|
||||
Reference in New Issue
Block a user