-
-
Notifications
You must be signed in to change notification settings - Fork 155
Use nw window and open links in new window #450
New issue
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
Conversation
7d74298 to
7705ca6
Compare
| "version": "3.5.0", | ||
| "main": "main_nwjs.html", | ||
| "bg-script": "background.js", | ||
| "main": "index.html", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need "chromium-args" : "--disable-features=nw2" here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that not. If I remember correctly, we added this to the Configurator because it had problems opening/saving files to disk. The Blackbox must use something different because it seems to be working. At some moment we need to revisit the Configurator part.
|
Kudos, SonarCloud Quality Gate passed!
|
To be in the same line that betaflight/betaflight-configurator#1982
Maintaining the Chrome version produces confuse code. I've tested it under NW in Windows, and did some tests too under Chrome in Windows. All seems to work, but who knows...