mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 08:15:22 +03:00
6 lines
No EOL
300 B
HTML
6 lines
No EOL
300 B
HTML
<script>
|
|
// Closing empty default nw.js window; we use the chrome window created in eventPage.js.
|
|
// The window created in eventPage.js also has some hocks to cleanup stuff when closing.
|
|
// Restoring window size, position and state also works out-of-the-box.
|
|
window.close();
|
|
</script> |