Closed ghost closed 7 years ago
Overview:
const blah = require('~/path/to/module');
All that is needed is to list it in package.json, and install it via npm -install. It runs a post install script, and you dont have to worry about it after that.Ok I just tried, however I'm not sure a menu is needed on Linux and Windows. The problem with menus is that it adds (except on OSX and some Linux environments) a bar to the UI.
Which is quite against the minimalistic UI of the app.
However on MacOS it doesn't add something to the UI and allows to use keyboard shortcuts to quit the app and all.
And the menu functions are not very important, so I'd say we better remove the menus from Windows/Linux or add an option to enable it.
Also fixed an issue with C…md+Q on debugging the app.