neutralinojs / neutralinojs.github.io

The official website and documentation of Neutralinojs
https://neutralino.js.org
MIT License
244 stars 122 forks source link

Get started documentation app does not closes by default #300

Closed viralgupta closed 4 months ago

viralgupta commented 4 months ago

When following the "Get Started/Your First Neutralinojs App" documentation, it asks us to modify main.js for a better understanding of the user. However, the new code does not include the snippet that supports the closing of the app.

Later, after building the app as the guide instructs, upon opening the built executables, the app does not close when clicking the close window button. Instead, it requires ending the task in the task manager to close the app.

The closing of the app should be included in the "Get Started" code since it is a basic necessity for an app.