diff options
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/udm.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/udm.proto b/protocol/udm.proto index 623f2d5..f762a46 100644 --- a/protocol/udm.proto +++ b/protocol/udm.proto @@ -29,7 +29,7 @@ enum MODULE_UI_ELEMENT_TYPE { UI_INTEGER = 2; //numeric only ui elements (use strings instead ?) UI_PROGRESS_BAR = 3; //generic progress bar UI_WINDOW = 4; //ui window ... - UI_GROUP = 5; //empty ui element to group children together in ui + UI_GROUP = 5; //empty ui element to group children together in ui (tabs can be implemented using this type) } message module_ui_element_info { |