Make profile settings available in the user settings

This commit is contained in:
Tobias Diekershoff 2018-07-25 09:37:08 +02:00
parent 1213fce8e5
commit 5738774530
1 changed files with 7 additions and 0 deletions

View File

@ -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()) {
$tabs[] = [
'label' => L10n::t('Additional features'),