config: add missing description for enforce_permissions

This commit is contained in:
Vaxry
2025-06-23 13:56:02 +02:00
parent 24e5f9974d
commit c7c8ca475b

View File

@@ -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: