From f22d67f8c8c04fbcec89709a79104150314a247e Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Wed, 12 Dec 2018 10:22:14 +0100 Subject: [PATCH] misterunknown/ifm: Move 'copy link' feature down in the context menu --- build/libifm.php | 2 +- ifm.php | 2 +- src/ifm.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: {