mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
The Cocoa menu exporter samples Application.Current's NativeMenu once at startup and never watches the property afterwards, so the previous code's NativeMenu.SetMenu(Application.Current, freshMenu) was never observed: About and Check for Updates simply went missing from the app-named menu. Declare an empty NativeMenu in App.axaml so it exists before that sampling, then insert the Help items into that same instance at startup, which fires the exporter's re-export. Inert on Windows / Linux. Assisted-by: Claude:claude-opus-4-8:Claude Codepull/3755/head
2 changed files with 20 additions and 8 deletions
Loading…
Reference in new issue