mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: expose showAboutPanel for MacOS (#15674)
This commit is contained in:
@@ -1064,6 +1064,11 @@ details. Disabled by default.
|
||||
|
||||
**Note:** Rendering accessibility tree can significantly affect the performance of your app. It should not be enabled by default.
|
||||
|
||||
### `app.showAboutPanel()` _macOS_
|
||||
|
||||
Show the about panel with the values defined in the app's
|
||||
`.plist` file or with the options set via `app.setAboutPanelOptions(options)`.
|
||||
|
||||
### `app.setAboutPanelOptions(options)` _macOS_
|
||||
|
||||
* `options` Object
|
||||
|
||||
Reference in New Issue
Block a user