Modify docs to refelect the latest

This commit is contained in:
tinydew4 2016-10-06 03:30:45 +00:00
parent 79a5de3fd8
commit 79b5ae3d57
2 changed files with 4 additions and 1 deletions

View file

@ -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에서만 지원됩니다.

View file

@ -190,7 +190,9 @@ Returns `Boolean` - 이미지가 비었는지 여부.
#### `image.getSize()` #### `image.getSize()`
Returns `Integer[]` - 이미지의 크기. Returns `Object`:
* `width` Integer
* `height` Integer
#### `image.setTemplateImage(option)` #### `image.setTemplateImage(option)`