From 8cba5df1bba1b58e38576cae00b19c5d5cd0fe61 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 30 Mar 2016 22:12:17 +0200 Subject: fix app order --- appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appinfo') diff --git a/appinfo/app.php b/appinfo/app.php index 49f83da9..8f478905 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -25,7 +25,7 @@ $container->query('OCP\INavigationManager')->add(function () use ($container) { // sorting weight for the navigation. The higher the number, the higher // will it be listed in the navigation - 'order' => 10, + 'order' => 4, // the route that will be shown on startup 'href' => $urlGenerator->linkToRoute('contacts.page.index'), -- cgit v1.2.3