react-electron-menu
react-electron-menu copied to clipboard
WindowMenu should work on current Window only unless onMac
WindowMenu shouldn't disappear when window lost focus on Windows/Linux.
Previously, WindowMenu is used as ApplicationMenu(global menu) everywhere. This is the correct behavior on OSX but not on Windows/Linux.
This diff use the WindowMenu as menu on current Window when possible: not removing it when window lost focus.