Skip to content

Commit

Permalink
docs: update setAboutPanelOptions iconPath description (#23998)
Browse files Browse the repository at this point in the history
* Updated doc setAboutPanelOptions iconPath #23833

* Simplify docs
  • Loading branch information
mahnunchik committed Jun 9, 2020
1 parent 980e592 commit aa32fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -1222,7 +1222,7 @@ Show the app's about panel options. These options can be overridden with `app.se
* `credits` String (optional) _macOS_ _Windows_ - Credit information.
* `authors` String[] (optional) _Linux_ - List of app authors.
* `website` String (optional) _Linux_ - The app's website.
* `iconPath` String (optional) _Linux_ _Windows_ - Path to the app's icon. On Linux, will be shown as 64x64 pixels while retaining aspect ratio.
* `iconPath` String (optional) _Linux_ _Windows_ - Path to the app's icon in a JPEG or PNG file format. On Linux, will be shown as 64x64 pixels while retaining aspect ratio.

Set the about panel options. This will override the values defined in the app's `.plist` file on macOS. See the [Apple docs][about-panel-options] for more details. On Linux, values must be set in order to be shown; there are no defaults.

Expand Down

1 comment on commit aa32fbf

@Wiphawee112
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ขอบคุณมากค่ะ

Please sign in to comment.