fixes (#17363)
This commit is contained in:
parent
6530c99cfa
commit
075b818a8e
5 changed files with 35 additions and 38 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue