Increase action submenu maximum to see if that helps initial load time

This commit is contained in:
nathan 2025-01-31 08:46:29 -07:00
parent 34e0ab7f3f
commit af389cda78

View File

@ -818,7 +818,7 @@ class Nextmatch extends Etemplate\Widget
/** /**
* Default maximum length for context submenus, longer menus are put as a "More" submenu * Default maximum length for context submenus, longer menus are put as a "More" submenu
*/ */
const DEFAULT_MAX_MENU_LENGTH = 14; const DEFAULT_MAX_MENU_LENGTH = 50;
/** /**
* Return egw_actions * Return egw_actions