From 57387745302b5a7cede2d6f15bdedb0cd0205ca4 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 25 Jul 2018 09:37:08 +0200 Subject: [PATCH 1/2] Make profile settings available in the user settings --- mod/settings.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mod/settings.php b/mod/settings.php index e8e1eddc2..aec0334d7 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -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'), From 27ee5b61a43095be6c53d057041840fe671011c7 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 25 Jul 2018 09:39:26 +0200 Subject: [PATCH 2/2] add accesskey to the docs --- doc/Accesskeys.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Accesskeys.md b/doc/Accesskeys.md index 7434fc049..8e889fa99 100644 --- a/doc/Accesskeys.md +++ b/doc/Accesskeys.md @@ -79,6 +79,7 @@ General ../settings --------- * o - Account +* p - Profiles * t - Additional features * w - Social Networks * l - Addons