Skip to content

Commit 14f8a2a

Browse files
trop[bot]MarshallOfSound
authored andcommitted
Backport (2-0-x) - update doc for setProgressBar (electron#12454)
* update doc for setProgressBar The linter was unable to get `paused` as a possible value for `mode` * update doc for setProgressBar Addressing PR feedback
1 parent 65e1252 commit 14f8a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/browser-window.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ menu bar.
11991199

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

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

0 commit comments

Comments
 (0)