Crate lpsettings

Crate lpsettings 

Source

Modules§

update

Enums§

Type
Generic type enum used to work with data inside a Settings

Functions§

get_folder
get_value
Get the value.
get_value_global
Get the value in the global configuration only.
get_value_local
Get the value in the local configuration only.
get_value_or
Get the value or return a default value.
initalize
initalizes the global settings (only global)
list_current
list_possible
set_value
Sets the value on the global level.
set_value_local
Sets the value on the local level.