mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 21:18:08 +02:00
config/descriptions: add missing desc entry
This commit is contained in:
parent
942f4e8845
commit
c7fadefcac
1 changed files with 6 additions and 0 deletions
|
|
@ -1579,6 +1579,12 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "render:icc_vcgt_enabled",
|
||||
.description = "Enable sending VCGT ramps to KMS with ICC profiles",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
},
|
||||
|
||||
/*
|
||||
* cursor:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue