config: add missing description for enforce_permissions
This commit is contained in:
parent
24e5f9974d
commit
c7c8ca475b
1 changed files with 6 additions and 0 deletions
|
|
@ -1614,6 +1614,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "ecosystem:enforce_permissions",
|
||||
.description = "whether to enable permission control (see https://wiki.hypr.land/Configuring/Permissions/).",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
|
||||
/*
|
||||
* debug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue