also open Mail, Filemanager, InfoLog and Rocket.Chat tabs by default

This commit is contained in:
Ralf Becker 2019-08-06 10:02:50 +02:00
parent 11d4aaf7c1
commit 95cd470d0e

View File

@ -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',