Merge pull request #6932 from electron/fix-power-save-blocker-doc-bug
Fix some invalid docs
This commit is contained in:
commit
e84d0ebb7e
6 changed files with 8 additions and 11 deletions
|
@ -23,7 +23,7 @@ The `powerSaveBlocker` module has the following methods:
|
|||
* `prevent-app-suspension` - Prevent the application from being suspended.
|
||||
Keeps system active but allows screen to be turned off. Example use cases:
|
||||
downloading a file or playing audio.
|
||||
* `prevent-display-sleep`- Prevent the display from going to sleep. Keeps
|
||||
* `prevent-display-sleep` - Prevent the display from going to sleep. Keeps
|
||||
system and screen active. Example use case: playing video.
|
||||
|
||||
Starts preventing the system from entering lower-power mode. Returns an integer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue