Skip to content

Commit

Permalink
update doc for setProgressBar
Browse files Browse the repository at this point in the history
Addressing PR feedback
  • Loading branch information
Sean Lee committed Mar 26, 2018
1 parent 5d1dfbf commit 373578d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/browser-window.md
Expand Up @@ -1205,7 +1205,7 @@ menu bar.

* `progress` Double
* `options` Object (optional)
* `mode` String _Windows_ - Mode for the progress bar. Can be `none`, `normal`, `indeterminate`, `error`, `paused`.
* `mode` String _Windows_ - Mode for the progress bar. Can be `none`, `normal`, `indeterminate`, `error` or `paused`.

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

Expand Down

0 comments on commit 373578d

Please sign in to comment.