mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
feat: show optional authors in gtk about panel (#18964)
* feat: show optional authors in gtk about panel * chore: use a base::Value for about dialog options on Linux * docs: mark 'version' as supported on Linux too
This commit is contained in:
@@ -1178,8 +1178,9 @@ Show the app's about panel options. These options can be overridden with `app.se
|
||||
* `applicationName` String (optional) - The app's name.
|
||||
* `applicationVersion` String (optional) - The app's version.
|
||||
* `copyright` String (optional) - Copyright information.
|
||||
* `version` String (optional) - The app's build version number. _macOS_
|
||||
* `version` String (optional) - The app's build version number.
|
||||
* `credits` String (optional) - Credit information. _macOS_
|
||||
* `authors` String[] (optional) - List of app authors. _Linux_
|
||||
* `website` String (optional) - The app's website. _Linux_
|
||||
* `iconPath` String (optional) - Path to the app's icon. _Linux_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user