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:
parent
ab5ec0af33
commit
c87394ee25
3 changed files with 42 additions and 25 deletions
|
@ -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_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue