Merge pull request #35338 from nextcloud/backposkjnldsv/35325/stable25

[stable25] Fix navigation order
This commit is contained in:
John Molakvoæ 2022-11-22 21:12:33 +01:00 committed by GitHub
commit 05af366fa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'),