mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
docs: clarify app.setName() effects (#19893)
* Document that `app.setName()` has no effect in Mac environments * docs: add note to clarify `app.setName()` functionality * Update app.md
This commit is contained in:
committed by
Shelley Vohr
parent
e96a042223
commit
0f5ff1f5bb
@@ -675,6 +675,8 @@ preferred over `name` by Electron.
|
||||
|
||||
Overrides the current application's name.
|
||||
|
||||
**Note:** This function overrides the name used internally by Electron; it does not affect the name that the OS uses.
|
||||
|
||||
**[Deprecated](modernization/property-updates.md)**
|
||||
|
||||
### `app.getLocale()`
|
||||
|
||||
Reference in New Issue
Block a user