Skip to content

Commit b3bab10

Browse files
authored
Increased GUI button limit (#4860)
Fixes an issue where some buttons failed to load.
1 parent f337aa1 commit b3bab10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ extern "C" {
3030

3131
/******************************************************************************/
3232
// Limits for GUI arrays
33-
#define ACTIVE_BUTTONS_COUNT 86
33+
#define ACTIVE_BUTTONS_COUNT 100
3434
#define MENU_LIST_ITEMS_COUNT 52
3535
#define FRONTEND_BUTTON_INFO_COUNT 115
3636
#define NET_MESSAGES_COUNT 8

0 commit comments

Comments
 (0)