Skip to content

Commit

Permalink
Merge pull request #35338 from nextcloud/backposkjnldsv/35325/stable25
Browse files Browse the repository at this point in the history
[stable25] Fix navigation order
  • Loading branch information
skjnldsv authored Nov 22, 2022
2 parents a84b70a + 2c33a04 commit 05af366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/NavigationManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ private function init() {
$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'),
Expand Down

0 comments on commit 05af366

Please sign in to comment.