mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 20:38:40 +00:00
split command lister-omission to being either included in ui lists, and included in lower level ipc driving documentation
This commit is contained in:
@@ -188,7 +188,7 @@ df_cmd_lister_item_list_from_needle(Arena *arena, String8 needle)
|
||||
for(DF_CmdSpecNode *n = specs.first; n != 0; n = n->next)
|
||||
{
|
||||
DF_CmdSpec *spec = n->spec;
|
||||
if(!(spec->info.flags & DF_CmdSpecFlag_OmitFromLists))
|
||||
if(spec->info.flags & DF_CmdSpecFlag_ListInUI)
|
||||
{
|
||||
String8 cmd_display_name = spec->info.display_name;
|
||||
String8 cmd_desc = spec->info.description;
|
||||
|
||||
Reference in New Issue
Block a user