mirror of
https://github.com/electron/electron.git
synced 2026-01-31 10:18:13 -05:00
Modify docs to refelect the latest
This commit is contained in:
@@ -799,6 +799,7 @@ Returns `Boolean` - 현재 데스크톱 환경이 Unity 인지 여부.
|
||||
### `app.getLoginItemSettings()` _macOS_ _Windows_
|
||||
|
||||
Returns `Object`:
|
||||
|
||||
* `openAtLogin` Boolean - 앱이 로그인시 열리도록 설정되어있는 경우 `true`를 반환.
|
||||
* `openAsHidden` Boolean - 앱이 로구인시 숨겨진 채로 열리도록 설정되어있는 경우
|
||||
`true`를 반환. 이 설정은 macOS에서만 지원됩니다.
|
||||
|
||||
@@ -190,7 +190,9 @@ Returns `Boolean` - 이미지가 비었는지 여부.
|
||||
|
||||
#### `image.getSize()`
|
||||
|
||||
Returns `Integer[]` - 이미지의 크기.
|
||||
Returns `Object`:
|
||||
* `width` Integer
|
||||
* `height` Integer
|
||||
|
||||
#### `image.setTemplateImage(option)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user