mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
MenuItems not working #499
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 @cdespinosaagmx on GitHub (May 21, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
Steps to Reproduce:
Nothing is happening when i click menu items like Edit, View, Window, Help in the application, it is something that is not happening in version 8.31.1
@srameh commented on GitHub (May 21, 2020):
I am getting the same error after upgrading to ElectronNET API & CLI 8.31.2
@GregorBiswanger commented on GitHub (May 21, 2020):
duplicate of #401
I suspect that with a more recent Electron version the rules have become a bit stricter... I will implement a workaround... or should it remain that way by default?
@GregorBiswanger commented on GitHub (May 21, 2020):
I add an workaround for Electron.NET 8.31.3 - if someone has forgotten that a submenu exists and the type has not been set, this is now done automatically in the background.