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.

See a list of default NovaOS settings keys, here.

await window.parent.getSetting("SETTNGS_CODE_HERE") // returns settings value stored in system.

Last updated