Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@TM818

TM818/function Secret

Created January 21, 2021 05:19
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 TM818/a6b1332938cca1219caa428561d9c327 to your computer and use it in GitHub Desktop.
Save TM818/a6b1332938cca1219caa428561d9c327 to your computer and use it in GitHub Desktop.
const remote = require('electron').remote;
function PowerButton(props) {
let w = remote.getCurrentWindow();
w.close();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment