Skip to content

Commit

Permalink
Update documentation for setProgressBar (#285)
Browse files Browse the repository at this point in the history
* Update documentation for `setProgressBar`

I noticed that `setProgressBar` is supported (78b6683) but it wasn't documented.

* Added missing `windows` tag to overview

* Fix link
  • Loading branch information
ricardoboss committed Jan 19, 2023
1 parent 4c671cc commit 9299efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ English | [简体中文](./README-ZH.md)
- [getTitleBarHeight](#gettitlebarheight)
- [isSkipTaskbar](#isskiptaskbar)
- [setSkipTaskbar](#setskiptaskbar)
- [setProgressBar `macos`](#setprogressbar--macos)
- [setProgressBar `macos` `windows`](#setprogressbar--macos--windows)
- [setIcon `windows`](#seticon--windows)
- [hasShadow `macos` `windows`](#hasshadow--macos--windows)
- [setHasShadow `macos` `windows`](#sethasshadow--macos--windows)
Expand Down Expand Up @@ -716,7 +716,7 @@ Returns `bool` - Whether skipping taskbar is enabled.

Makes the window not show in the taskbar / dock.

##### setProgressBar `macos`
##### setProgressBar `macos` `windows`

Sets progress value in progress bar. Valid range is [0, 1.0].

Expand Down

0 comments on commit 9299efe

Please sign in to comment.