Make sure help is always after users
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
900f11fd91
commit
918f6fd10b
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class NavigationManager implements INavigationManager {
|
||||||
$this->add([
|
$this->add([
|
||||||
'type' => 'settings',
|
'type' => 'settings',
|
||||||
'id' => 'help',
|
'id' => 'help',
|
||||||
'order' => 4,
|
'order' => 5,
|
||||||
'href' => $this->urlGenerator->linkToRoute('settings_help'),
|
'href' => $this->urlGenerator->linkToRoute('settings_help'),
|
||||||
'name' => $l->t('Help'),
|
'name' => $l->t('Help'),
|
||||||
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'),
|
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'),
|
||||||
|
|
Loading…
Reference in a new issue