Document app.setName()
[ci skip]
This commit is contained in:
parent
e05804848f
commit
8cf4574198
1 changed files with 6 additions and 0 deletions
|
@ -331,6 +331,12 @@ to the npm modules spec. You should usually also specify a `productName`
|
||||||
field, which is your application's full capitalized name, and which will be
|
field, which is your application's full capitalized name, and which will be
|
||||||
preferred over `name` by Electron.
|
preferred over `name` by Electron.
|
||||||
|
|
||||||
|
### `app.setName(name)`
|
||||||
|
|
||||||
|
* `name` String
|
||||||
|
|
||||||
|
Overrides the current application's name.
|
||||||
|
|
||||||
### `app.getLocale()`
|
### `app.getLocale()`
|
||||||
|
|
||||||
Returns the current application locale.
|
Returns the current application locale.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue