summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
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'),