mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
refactor: make name a prop on app (#17701)
Update app.name to be a property on app.
This commit is contained in:
@@ -5,7 +5,6 @@ The Electron team is currently undergoing an initiative to convert separate gett
|
||||
## Candidates
|
||||
|
||||
* `app` module
|
||||
* `name`
|
||||
* `dock`
|
||||
* `badge`
|
||||
* `autoUpdater` module
|
||||
@@ -58,3 +57,4 @@ The Electron team is currently undergoing an initiative to convert separate gett
|
||||
* `accessibilitySupport`
|
||||
* `applicationMenu`
|
||||
* `badgeCount`
|
||||
* `name`
|
||||
|
||||
Reference in New Issue
Block a user