Update changes to ko-KR/api/app.md
This commit is contained in:
parent
577585df63
commit
2fbdac1034
1 changed files with 6 additions and 1 deletions
|
@ -272,7 +272,12 @@ app.on('login', (event, webContents, request, authInfo, callback) => {
|
|||
|
||||
### Event: 'gpu-process-crashed'
|
||||
|
||||
GPU가 작동하던 중 크래시가 일어났을 때 발생하는 이벤트입니다.
|
||||
Returns:
|
||||
|
||||
* `event` Event
|
||||
* `killed` Boolean
|
||||
|
||||
GPU 처리가 충돌하거나 종료되었을 때 발생하는 이벤트입니다.
|
||||
|
||||
### Event: 'accessibility-support-changed' _macOS_ _Windows_
|
||||
|
||||
|
|
Loading…
Reference in a new issue