Skip to content

Commit

Permalink
fix: getting started docs fixed (#304)
Browse files Browse the repository at this point in the history
Co-authored-by: viralgupta <viral@Legion5>
  • Loading branch information
viralgupta and viralgupta authored Mar 18, 2024
1 parent 353dc81 commit 0877df4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/getting-started/your-first-neutralinojs-app.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ Insert the following content into your application resource files.
}

Neutralino.init();
Neutralino.events.on("windowClose", () => {
Neutralino.app.exit();
});
getUsername();
```

Expand Down

0 comments on commit 0877df4

Please sign in to comment.