mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-24 08:11:44 -04:00
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`.