mirror of
https://github.com/nextcloud/server.git
synced 2026-03-02 21:41:12 -05:00
Merge pull request #35338 from nextcloud/backposkjnldsv/35325/stable25
[stable25] Fix navigation order
This commit is contained in:
commit
05af366fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ class NavigationManager implements INavigationManager {
|
|||
$this->add([
|
||||
'type' => 'settings',
|
||||
'id' => 'help',
|
||||
'order' => 6,
|
||||
'order' => 99998,
|
||||
'href' => $this->urlGenerator->linkToRoute('settings.Help.help'),
|
||||
'name' => $l->t('Help'),
|
||||
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue