You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: