diff --git a/build/libifm.php b/build/libifm.php index 88ab18e..8c5c370 100644 --- a/build/libifm.php +++ b/build/libifm.php @@ -1736,7 +1736,7 @@ function IFM( params ) { return data; }, actionsGroups:[ - ['edit', 'extract', 'rename'], + ['edit', 'extract', 'rename', 'copylink'], ['copymove', 'download', 'createarchive', 'delete'] ], actions: { diff --git a/ifm.php b/ifm.php index 282571a..60c5fb2 100644 --- a/ifm.php +++ b/ifm.php @@ -1736,7 +1736,7 @@ function IFM( params ) { return data; }, actionsGroups:[ - ['edit', 'extract', 'rename'], + ['edit', 'extract', 'rename', 'copylink'], ['copymove', 'download', 'createarchive', 'delete'] ], actions: { diff --git a/src/ifm.js b/src/ifm.js index f45cc5b..30a183a 100644 --- a/src/ifm.js +++ b/src/ifm.js @@ -292,7 +292,7 @@ function IFM( params ) { return data; }, actionsGroups:[ - ['edit', 'extract', 'rename'], + ['edit', 'extract', 'rename', 'copylink'], ['copymove', 'download', 'createarchive', 'delete'] ], actions: {