BrowserWindow.SetMenu(null) not working #374

Open
opened 2026-01-29 16:37:53 +00:00 by claunia · 0 comments
Owner

Originally created by @shazha on GitHub (Aug 9, 2019).

Thanks for this great project, it's really helpful 😃

  • Version: 5.22.14
    .Net Core SDK version: latest 2.2 release

  • Target: Windows 10

The menu bar is supposed to be removed completely by invoking BrowerWindow.SetMenu(null) or Menu.setApplicationMenu(null). However, the default menu, which contains standard items such as File and Edit, is not suppressed and the menu bar is not removed from created BrowserWindow on Windows.

Originally created by @shazha on GitHub (Aug 9, 2019). Thanks for this great project, it's really helpful 😃 * **Version**: 5.22.14 .Net Core SDK version: latest 2.2 release * **Target**: Windows 10 The menu bar is supposed to be removed completely by invoking `BrowerWindow.SetMenu(null)` or `Menu.setApplicationMenu(null)`. However, the default menu, which contains standard items such as `File` and `Edit`, is not suppressed and the menu bar is not removed from created BrowserWindow on Windows.
claunia added the bug label 2026-01-29 16:37:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#374