Make sure help is always after users

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4077/head
Joas Schilling 7 years ago
parent 900f11fd91
commit 918f6fd10b
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8

@ -157,7 +157,7 @@ class NavigationManager implements INavigationManager {
$this->add([
'type' => 'settings',
'id' => 'help',
'order' => 4,
'order' => 5,
'href' => $this->urlGenerator->linkToRoute('settings_help'),
'name' => $l->t('Help'),
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'),

Loading…
Cancel
Save