mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Addon Options: rename drawers to clarify context
This commit is contained in:
parent
471f97bd58
commit
ee8dd90d74
1 changed files with 2 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
menuitem_t OPTIONS_DataAddon[] =
|
||||
{
|
||||
|
||||
{IT_HEADER, "MENU", NULL,
|
||||
{IT_HEADER, "Addon List", NULL,
|
||||
NULL, {NULL}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Identify Addons via", "Set whether to consider the extension or contents of a file.",
|
||||
|
|
@ -16,10 +16,7 @@ menuitem_t OPTIONS_DataAddon[] =
|
|||
{IT_STRING | IT_CVAR, "Show Unsupported Files", "Sets whether non-addon files should be shown.",
|
||||
NULL, {.cvar = &cv_addons_showall}, 0, 0},
|
||||
|
||||
{IT_SPACE | IT_NOTHING, NULL, NULL,
|
||||
NULL, {NULL}, 0, 0},
|
||||
|
||||
{IT_HEADER, "SEARCH", NULL,
|
||||
{IT_HEADER, "Addon Search", NULL,
|
||||
NULL, {NULL}, 0, 0},
|
||||
|
||||
{IT_STRING | IT_CVAR, "Matching", "Set where to check for the text pattern when looking up addons via name.",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue