mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: make accessibilitySupportEnabled a property on app (#17362)
* refactor: make accessibilitySupport a prop on app * fix docs * update spec
This commit is contained in:
@@ -5,9 +5,7 @@ The Electron team is currently undergoing an initiative to convert separate gett
|
||||
## Candidates
|
||||
|
||||
* `app` module
|
||||
* `accessibilitySupport`
|
||||
* `badgeCount`
|
||||
* `applicationMenu`
|
||||
* `name`
|
||||
* `dock`
|
||||
* `badge`
|
||||
@@ -56,3 +54,7 @@ The Electron team is currently undergoing an initiative to convert separate gett
|
||||
* `audioMuted`
|
||||
|
||||
## Converted Properties
|
||||
|
||||
* `app` module
|
||||
* `accessibilitySupport`
|
||||
* `applicationMenu`
|
||||
|
||||
Reference in New Issue
Block a user