Make profile settings available in the user settings
This commit is contained in:
parent
1213fce8e5
commit
5738774530
|
@ -60,6 +60,13 @@ function settings_init(App $a)
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
$tabs[] = [
|
||||||
|
'label' => L10n::t('Profiles'),
|
||||||
|
'url' => 'profiles',
|
||||||
|
'selected' => (($a->argc == 1) && ($a->argv[0] === 'profiles')?'active':''),
|
||||||
|
'accesskey' => 'p',
|
||||||
|
];
|
||||||
|
|
||||||
if (Feature::get()) {
|
if (Feature::get()) {
|
||||||
$tabs[] = [
|
$tabs[] = [
|
||||||
'label' => L10n::t('Additional features'),
|
'label' => L10n::t('Additional features'),
|
||||||
|
|
Loading…
Reference in a new issue