mirror of
https://github.com/electron/electron.git
synced 2026-01-27 00:09:09 -05:00
Small changes
This commit is contained in:
@@ -40,11 +40,11 @@
|
||||
|
||||
OS X에서의 `role`은 다음 값을 추가로 가질 수 있습니다:
|
||||
|
||||
* `about` - 매핑된 `orderFrontStandardAboutPanel` 액션
|
||||
* `hide` - 매핑된 `hide` 액션
|
||||
* `hideothers` - 매핑된 `hideOtherApplications` 액션
|
||||
* `unhide` - 매핑된 `unhideAllApplications` 액션
|
||||
* `front` - 매핑된 `arrangeInFront` 액션
|
||||
* `about` - `orderFrontStandardAboutPanel` 액션에 대응
|
||||
* `hide` - `hide` 액션에 대응
|
||||
* `hideothers` - `hideOtherApplications` 액션에 대응
|
||||
* `unhide` - `unhideAllApplications` 액션에 대응
|
||||
* `front` - `arrangeInFront` 액션에 대응
|
||||
* `window` - 부 메뉴를 가지는 "Window" 메뉴
|
||||
* `help` - 부 메뉴를 가지는 "Help" 메뉴
|
||||
* `services` - 부 메뉴를 가지는 "Services" 메뉴
|
||||
|
||||
Reference in New Issue
Block a user