User choices

In NovaOS, users can decide what their choices are on various OS-wide topics on the NovaOS settings application. If you wish to let your app reflect on these choices, consider using the NovaOS getSetting() function

Developers can use settings codes to access NovaOS settings choices.

circle-info

See a list of default NovaOS settings keys, here.

await ntx.settings.get("SETTNGS_CODE_HERE") // returns settings value stored in system.

Last updated