nav_channel_select should be off by default

This commit is contained in:
Mario 2018-09-28 11:46:17 +02:00
parent 44bb070203
commit 41108fc4d3

View File

@ -283,7 +283,7 @@ function get_features($filtered = true, $level = (-1)) {
'nav_channel_select',
t('Navigation Channel Select'),
t('Change channels directly from within the navigation dropdown menu'),
true,
false,
get_config('feature_lock','nav_channel_select'),
]