Show favourite action as the first one in the file actions menu

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2017-10-30 17:09:15 +01:00
parent 84f3d247f2
commit 9df618131b
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
return t('files', 'Add to favorites');
},
mime: 'all',
order: -23,
order: -100,
permissions: OC.PERMISSION_READ,
iconClass: function(fileName, context) {
var $file = context.$file;