]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix navigation order 35325/head
authorJohn Molakvoæ <skjnldsv@protonmail.com>
Tue, 22 Nov 2022 11:11:35 +0000 (12:11 +0100)
committerJohn Molakvoæ <skjnldsv@protonmail.com>
Tue, 22 Nov 2022 11:11:35 +0000 (12:11 +0100)
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
lib/private/NavigationManager.php

index 7e162e65a5d33332314b0309998eab608b8464f4..b78d9fa1ed81e7e51e50da31c627dbf54d5f35e8 100644 (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'),