This commit is contained in:
Shelley Vohr 2019-04-25 15:44:54 -07:00 committed by GitHub
parent 6530c99cfa
commit 075b818a8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 35 additions and 38 deletions

View file

@ -91,6 +91,7 @@ app.getFileIcon = deprecate.promisify(app.getFileIcon)
// Property Deprecations
deprecate.fnToProperty(app, 'accessibilitySupportEnabled', '_isAccessibilitySupportEnabled', '_setAccessibilitySupportEnabled')
deprecate.fnToProperty(app, 'badgeCount', '_getBadgeCount', '_setBadgeCount')
// Wrappers for native classes.
const { DownloadItem } = process.electronBinding('download_item')