Modify docs to refelect the latest
This commit is contained in:
parent
79a5de3fd8
commit
79b5ae3d57
2 changed files with 4 additions and 1 deletions
|
@ -799,6 +799,7 @@ Returns `Boolean` - 현재 데스크톱 환경이 Unity 인지 여부.
|
||||||
### `app.getLoginItemSettings()` _macOS_ _Windows_
|
### `app.getLoginItemSettings()` _macOS_ _Windows_
|
||||||
|
|
||||||
Returns `Object`:
|
Returns `Object`:
|
||||||
|
|
||||||
* `openAtLogin` Boolean - 앱이 로그인시 열리도록 설정되어있는 경우 `true`를 반환.
|
* `openAtLogin` Boolean - 앱이 로그인시 열리도록 설정되어있는 경우 `true`를 반환.
|
||||||
* `openAsHidden` Boolean - 앱이 로구인시 숨겨진 채로 열리도록 설정되어있는 경우
|
* `openAsHidden` Boolean - 앱이 로구인시 숨겨진 채로 열리도록 설정되어있는 경우
|
||||||
`true`를 반환. 이 설정은 macOS에서만 지원됩니다.
|
`true`를 반환. 이 설정은 macOS에서만 지원됩니다.
|
||||||
|
|
|
@ -190,7 +190,9 @@ Returns `Boolean` - 이미지가 비었는지 여부.
|
||||||
|
|
||||||
#### `image.getSize()`
|
#### `image.getSize()`
|
||||||
|
|
||||||
Returns `Integer[]` - 이미지의 크기.
|
Returns `Object`:
|
||||||
|
* `width` Integer
|
||||||
|
* `height` Integer
|
||||||
|
|
||||||
#### `image.setTemplateImage(option)`
|
#### `image.setTemplateImage(option)`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue