1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-13 03:23:59 +02:00

misterunknown/ifm: Move 'copy link' feature down in the context menu

This commit is contained in:
Marco Dickert
2018-12-12 10:22:14 +01:00
parent 551b186c62
commit f22d67f8c8
3 changed files with 3 additions and 3 deletions

View File

@@ -1736,7 +1736,7 @@ function IFM( params ) {
return data; return data;
}, },
actionsGroups:[ actionsGroups:[
['edit', 'extract', 'rename'], ['edit', 'extract', 'rename', 'copylink'],
['copymove', 'download', 'createarchive', 'delete'] ['copymove', 'download', 'createarchive', 'delete']
], ],
actions: { actions: {

View File

@@ -1736,7 +1736,7 @@ function IFM( params ) {
return data; return data;
}, },
actionsGroups:[ actionsGroups:[
['edit', 'extract', 'rename'], ['edit', 'extract', 'rename', 'copylink'],
['copymove', 'download', 'createarchive', 'delete'] ['copymove', 'download', 'createarchive', 'delete']
], ],
actions: { actions: {

View File

@@ -292,7 +292,7 @@ function IFM( params ) {
return data; return data;
}, },
actionsGroups:[ actionsGroups:[
['edit', 'extract', 'rename'], ['edit', 'extract', 'rename', 'copylink'],
['copymove', 'download', 'createarchive', 'delete'] ['copymove', 'download', 'createarchive', 'delete']
], ],
actions: { actions: {