Skip to content

Commit ba9059b

Browse files
authored
Merge pull request #35325 from nextcloud/fix/navigation-order
Fix navigation order
2 parents 86e7159 + 5f58660 commit ba9059b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/NavigationManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ private function init() {
193193
$this->add([
194194
'type' => 'settings',
195195
'id' => 'help',
196-
'order' => 6,
196+
'order' => 99998,
197197
'href' => $this->urlGenerator->linkToRoute('settings.Help.help'),
198198
'name' => $l->t('Help'),
199199
'icon' => $this->urlGenerator->imagePath('settings', 'help.svg'),

0 commit comments

Comments
 (0)