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:
Dave Jeffery 2019-08-30 18:30:38 +01:00 committed by Shelley Vohr
parent e96a042223
commit 0f5ff1f5bb

View file

@ -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()`