pomolectron
pomolectron copied to clipboard
Menubar Error
Throws typeError: menubar is not a function at index.js:6:10 on Windows. Adding {} curly braces around menubar in line 2 fixes it, but I'm not sure how.
Came here to say this happens in Ubuntu 16.04 too. Thanks @redcitylights for that code recommendation. My guess (in poor JS/Electron speak) is that 'menubar' imports multiple names?
How did you guys implement it? Can you paste that code here?