react-electron-menu icon indicating copy to clipboard operation
react-electron-menu copied to clipboard

React API to controls electron's menu

Results 4 react-electron-menu issues
Sort by recently updated
recently updated
newest added

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...

also modify syntax to be more ES6-y (as this obviates the need for `create-react-class` ) and fix proptypes for new react

This change uses the `prop-types` package and `React.Component` class to prevent deprecation warnings, per https://github.com/facebook/react/releases/tag/v15.5.0