mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
update doc for setProgressBar (#12428)
* 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:
@@ -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`, 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