mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-01 02:49:39 +01:00
Increase action submenu maximum to see if that helps initial load time
This commit is contained in:
parent
34e0ab7f3f
commit
af389cda78
@ -818,7 +818,7 @@ class Nextmatch extends Etemplate\Widget
|
||||
/**
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user