Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-30 23:09:13 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-30 23:09:13 +0300
commit8b6220e80cdaf4e78429640d2e9e7f5b3e2723a8 (patch)
tree6656a97effe53abdf5809ff02b35a7d69c3eb167 /appinfo
parenta26223495c3ed9b1589a354777730c4d489d0242 (diff)
fix order of Gallery app in app navigation
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 07891d63..4cb1631e 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -34,7 +34,7 @@ $c->query('OCP\INavigationManager')
// Sorting weight for the navigation. The higher the number, the higher
// will it be listed in the navigation
- 'order' => 3,
+ 'order' => 2,
// The route that will be shown on startup when called from within ownCloud
// Public links are using another route, see appinfo/routes.php