docs: specify macOS-only about panel option (#19439)

This commit is contained in:
Erick Zhao 2019-07-29 11:21:29 -07:00 committed by Shelley Vohr
parent 8a33118e36
commit c1d7d60ca2

View file

@ -1176,7 +1176,7 @@ Show the app's about panel options. These options can be overridden with `app.se
* `applicationName` String (optional) - The app's name. * `applicationName` String (optional) - The app's name.
* `applicationVersion` String (optional) - The app's version. * `applicationVersion` String (optional) - The app's version.
* `copyright` String (optional) - Copyright information. * `copyright` String (optional) - Copyright information.
* `version` String (optional) - The app's build version number. * `version` String (optional) _macOS_ - The app's build version number.
* `credits` String (optional) _macOS_ - Credit information. * `credits` String (optional) _macOS_ - Credit information.
* `authors` String[] (optional) _Linux_ - List of app authors. * `authors` String[] (optional) _Linux_ - List of app authors.
* `website` String (optional) _Linux_ - The app's website. * `website` String (optional) _Linux_ - The app's website.