mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Fix update window
The update window now is open inside a nw.js window. With this it is opened in an external browser window.
This commit is contained in:
parent
71405e3735
commit
1092502583
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ function notifyOutdatedVersion(releaseData) {
|
|||
$('.dialogConfiguratorUpdate-websitebtn').click(function() {
|
||||
dialog.close();
|
||||
|
||||
window.open(versions[0].html_url);
|
||||
window.open(versions[0].html_url, '_blank');
|
||||
});
|
||||
|
||||
dialog.showModal();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue