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
Unfortunately it still does not work for me. I cloned again and made changes (on this issue and others) and still same results. . Would be nice if Adam would check-in a corrected known to work version of the code.
developing-an-electron-edge/05-BuildingARealDesktopApp/index.js
Line 3 in e46d211
I had to use:
const { dialog } = require('electron').remote;
Or in your case:
const dialog = remote.dialog;
The text was updated successfully, but these errors were encountered: