-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Why I try to use this, the menu is completely blank:
I am doin it like this:
app.on( 'ready', () => {
// Set a default menu, see https://github.com/carter-thaxton/electron-default-menu
const menu = defaultMenu(app, shell);
Menu.setApplicationMenu(Menu.buildFromTemplate(menu));
} )
The only menu option when I try this is Electron > quit and nothing else.
I'm on Electron 1.7.11.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
