config: added locale config option (#12416)
This commit is contained in:
parent
2ac9ded2ac
commit
e584a8bade
3 changed files with 12 additions and 2 deletions
|
|
@ -138,10 +138,16 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
|||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "general:modal_parent_blocking",
|
||||
.description = "If true, parent windows of modals will not be interactive.",
|
||||
.description = "if true, parent windows of modals will not be interactive.",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "general:locale",
|
||||
.description = "overrides the system locale",
|
||||
.type = CONFIG_OPTION_STRING_SHORT,
|
||||
.data = SConfigOptionDescription::SStringData{""},
|
||||
},
|
||||
|
||||
/*
|
||||
* decoration:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue