diff options
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r-- | apps/files/appinfo/info.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index a25c043f332..1171c0ceb6f 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -53,4 +53,10 @@ <command>OCA\Files\Command\DeleteOrphanedFiles</command> <command>OCA\Files\Command\TransferOwnership</command> </commands> + + <navigation> + <route>files.view.index</route> + <order>0</order> + </navigation> + </info> |