Default value for NavigationDisplayServers now set to true
This commit is contained in:
parent
aa22e68d31
commit
e610174ef2
@ -1371,7 +1371,7 @@ Navigation panel setup
|
||||
.. config:option:: $cfg['NavigationDisplayServers']
|
||||
|
||||
:type: boolean
|
||||
:default: false
|
||||
:default: true
|
||||
|
||||
Defines whether or not to display a server choice at the top of the
|
||||
navigation panel.
|
||||
|
||||
@ -863,7 +863,7 @@ $cfg['NavigationTreeDisplayItemFilterMinimum'] = 30;
|
||||
*
|
||||
* @global boolean $cfg['NavigationDisplayServers']
|
||||
*/
|
||||
$cfg['NavigationDisplayServers'] = false;
|
||||
$cfg['NavigationDisplayServers'] = true;
|
||||
|
||||
/**
|
||||
* server choice as links
|
||||
|
||||
Loading…
Reference in New Issue
Block a user