diff --git a/docs/api/menu.md b/docs/api/menu.md index 5f814b19af..7f4865ae67 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -2,10 +2,15 @@ ## Class: Menu -> Create native application menus and context menus. +> Create application menus and context menus. Process: [Main](../glossary.md#main-process) +The presentation of menus varies depending on the operating system: + +- Under Windows and Linux, menus are visually similar to Chromium. +- Under macOS, these will be native menus. + > [!TIP] > See also: [A detailed guide about how to implement menus in your application](../tutorial/menus.md).