summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-30 22:12:17 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-30 22:12:17 +0200
commit8cba5df1bba1b58e38576cae00b19c5d5cd0fe61 (patch)
tree56ec28b66c87d610fea7d7b02c5f1bb73a7fce09 /appinfo
parent1b70b7f7c86bb2d4a82846e9f864c6e1a92506cb (diff)
fix app order
Diffstat (limited to 'appinfo')
-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'),