From f471ab2dbb9ab144b4bb78bca1744696022bd775 Mon Sep 17 00:00:00 2001 From: sibaki_girls <56490448+juggernautjp@users.noreply.github.com> Date: Sun, 4 Jul 2021 04:03:29 +0900 Subject: [PATCH] Update src/menu-manager.coffee Co-authored-by: Sadick --- src/menu-manager.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/menu-manager.coffee b/src/menu-manager.coffee index e5fea1442..c091efa42 100644 --- a/src/menu-manager.coffee +++ b/src/menu-manager.coffee @@ -89,7 +89,7 @@ class MenuManager # * `command` An optional {String} command to trigger when the item is # clicked. # - # * `id` (internal) The {String} menu id, not used in menu template. + # * `id` (internal) A {String} containing the menu item's id. # For further information on the `id`, see [Electron MenuItem](https://www.electronjs.org/docs/api/menu-item#class-menuitem)). # # Returns a {Disposable} on which `.dispose()` can be called to remove the