Skip to content

Commit aa32fbf

Browse files
authored
docs: update setAboutPanelOptions iconPath description (electron#23998)
* Updated doc setAboutPanelOptions iconPath electron#23833 * Simplify docs
1 parent 980e592 commit aa32fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ Show the app's about panel options. These options can be overridden with `app.se
12221222
* `credits` String (optional) _macOS_ _Windows_ - Credit information.
12231223
* `authors` String[] (optional) _Linux_ - List of app authors.
12241224
* `website` String (optional) _Linux_ - The app's website.
1225-
* `iconPath` String (optional) _Linux_ _Windows_ - Path to the app's icon. On Linux, will be shown as 64x64 pixels while retaining aspect ratio.
1225+
* `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.
12261226

12271227
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.
12281228

0 commit comments

Comments
 (0)