mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Can't use MenuRole.undo in custom application menu #451
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jjuback on GitHub (Feb 7, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
When using
Electron.Menu.SetApplicationMenuto replace the default Electron menu, you cannot include a menu item with theundomenu role. Doing so results in the following error:Steps to Reproduce:
CreateWindowAsync, attempt to use the template as the application menu:@GregorBiswanger commented on GitHub (Apr 18, 2020):
Fixed in Electron.NET Version 8.31.1 - Thanks for your pull request 🥳