Skip to content

Instantly share code, notes, and snippets.

@astrotars
Last active June 20, 2018 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/3440f66b9aa710af9b00187402a87696 to your computer and use it in GitHub Desktop.
Save astrotars/3440f66b9aa710af9b00187402a87696 to your computer and use it in GitHub Desktop.
componentDidMount() {
if (isElectron()) {
window.ipcRenderer.on('media-controls', this.incomingMediaControls);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment