mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Backport (1-8-x) - update doc for setProgressBar (#12453)
* update doc for setProgressBar The linter was unable to get `paused` as a possible value for `mode` * update doc for setProgressBar Addressing PR feedback
This commit is contained in:
@@ -1174,7 +1174,7 @@ menu bar.
|
||||
|
||||
* `progress` Double
|
||||
* `options` Object (optional)
|
||||
* `mode` String _Windows_ - Mode for the progress bar. Can be `none`, `normal`, `indeterminate`, `error`, or `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].
|
||||
|
||||
|
||||
Reference in New Issue
Block a user