Skip to content

Instantly share code, notes, and snippets.

@radjivF
Created May 11, 2015 14:15
Show Gist options
  • Save radjivF/d01cb45ee0fa7d9bf462 to your computer and use it in GitHub Desktop.
Save radjivF/d01cb45ee0fa7d9bf462 to your computer and use it in GitHub Desktop.
fix issues copy past on mac (nodewebkit)
var nw = require('nw.gui');
var win = nw.Window.get();
var nativeMenuBar = new nw.Menu({ type: "menubar" });
if (nativeMenuBar.createMacBuiltin) {
nativeMenuBar.createMacBuiltin("User-factory");
}
win.menu = nativeMenuBar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment