neutralinojs / neutralinojs.github.io

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

Fix Typo/Error #218

Closed pegvin closed 2 years ago

shalithasuranga commented 2 years ago

Hey.. Thanks for sending this and discussing it. The setting is false by default: https://github.com/neutralinojs/neutralinojs/blob/587779fe2829ec45afe7c5aaee93837d8a337743/auth/permission.cpp#L109

And, right now the documentation says:

### `enableNativeAPI: boolean`
Enables or disables the native API. If you want to use any native API functions, you can set this option to `true`. The default value is `false`.

So, we don't need to modify anything seems ;) But feel free to improve the sentence if needed