pomolectron icon indicating copy to clipboard operation
pomolectron copied to clipboard

Fixed menubar is not defined

Open bruceblore opened this issue 3 years ago • 1 comments

Apparently, you have to do menubar.menubar(), not menubar(). I also noticed that the buttons in the user interface do not work, and I determined that it's due to require not being defined when const shell = require('electron').shell is called in app/scripts/app.js.

bruceblore avatar Jul 25 '20 02:07 bruceblore

I have now fixed the client side JS crashing, and as a side effect, removed the menubar dependency and made the context menu on the menubar actually work.

bruceblore avatar Jul 26 '20 23:07 bruceblore