mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
also open Mail, Filemanager, InfoLog and Rocket.Chat tabs by default
This commit is contained in:
parent
11d4aaf7c1
commit
95cd470d0e
@ -73,7 +73,7 @@ $GLOBALS['settings'] = array(
|
||||
'help' => 'Allows to set a default or force the open application tabs.',
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default' => 'addressbook,calendar',
|
||||
'default' => 'addressbook,calendar,mail,filemanager,infolog,rocketchat',
|
||||
),
|
||||
'active_tab' => array(
|
||||
'type' => 'select',
|
||||
@ -83,6 +83,7 @@ $GLOBALS['settings'] = array(
|
||||
'help' => 'Allows to set a default or force the active application tab for new logins.',
|
||||
'xmlrpc' => True,
|
||||
'admin' => False,
|
||||
'default' => 'calendar',
|
||||
),
|
||||
'template_color' => array(
|
||||
'type' => 'select',
|
||||
|
Loading…
Reference in New Issue
Block a user