Skip to content

Commit

Permalink
Merge pull request #43 from tibbotech/ui_setting_name
Browse files Browse the repository at this point in the history
removed ui_setting_name length limit
  • Loading branch information
salhk authored Mar 27, 2024
2 parents cd377e3 + 8b8f86c commit bd6282f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/ui.tbh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ enum en_ui_mode
end enum

declare ui_mode as en_ui_mode
declare ui_setting_name as string(20)
declare ui_setting_name as string
declare ui_active as boolean


Expand Down
2 changes: 1 addition & 1 deletion ui/ui_menu.tbs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dim cached_ib_str as string(IB_MAX_LEN)

dim ui_menu_exit_flag as no_yes
dim menu_addr_array(MENU_MAX_ITEM_PER_LVL) as menu_display_item
dim ui_setting_name as string(20)
dim ui_setting_name as string

#if MENU_CURSOR_STYLE > 0
dim previous_display_index as byte
Expand Down

0 comments on commit bd6282f

Please sign in to comment.