Files
insomnia/packages
Steven Ward 25795df347 fix: set native menus per-window (#8444)
Previously when a new window was created `Menu.setApplicationMenu()` was
called, which would change all windows' native menu to the newly created
one - causing every window menu to reference the newly created
`BrowserWindow`.

Now each window is set their own `Menu` instance which will have their
own `BrowserWindow`.
2025-03-25 13:48:44 +08:00
..