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
i have the same, with webpack the prompt.html gets placed inside the .webpack/main/native_modueles but only the html file, not the css nor js file, thats the main issue.
Yup, as it was in #55 if you end up treating electron-prompt like a frontend dependancy, it won't work, you gotta explicitely use the node require. Since this seems like a duplicate of a non-issue, there's not much point in leaving this open further
Using electron-prompt 1..7.0
Also:
Am calling prompt() in response to a menu action:
'''
{
label: "CfA Key",
enabled: true,
click() {
cfa.prompt();
}
}
'''
Which calls this function in the main process:
Which displays:
Seems related to #55 -- which is closed ... but I I didn't see a resolution in the comments for that issue???
The text was updated successfully, but these errors were encountered: