We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An example is the alert when you try copy an app to a directory that already exists. We are basically bitten by this issue in nw:
nwjs/nw.js#433
As I can see, two paths ahead:
The text was updated successfully, but these errors were encountered:
Problem does not exist on Win8, only Win7 it seems.
Sorry, something went wrong.
Does this issue remain with Electron?
The issue remains since we still use "window.alert" - but it's easily fixed now with electron using the "dialogs" module.
gokr
No branches or pull requests
An example is the alert when you try copy an app to a directory that already exists. We are basically bitten by this issue in nw:
nwjs/nw.js#433
As I can see, two paths ahead:
The text was updated successfully, but these errors were encountered: