aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/src
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-07-11 08:29:31 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-07-11 13:55:10 +0200
commit74763e875737ea2bb0775194544a809041a2e7d6 (patch)
tree3e48463d8ebc3c01961243e8e6b1fc10a60133b7 /apps/files/src
parent8e1c693be572411cb15c321ccd963c3bf22c4f08 (diff)
downloadnextcloud-server-74763e875737ea2bb0775194544a809041a2e7d6.tar.gz
nextcloud-server-74763e875737ea2bb0775194544a809041a2e7d6.zip
feat(files_sharing): add openInFiles action
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/src')
-rw-r--r--apps/files/src/actions/downloadAction.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/src/actions/downloadAction.ts b/apps/files/src/actions/downloadAction.ts
index 44e9fa4b379..13fcde61063 100644
--- a/apps/files/src/actions/downloadAction.ts
+++ b/apps/files/src/actions/downloadAction.ts
@@ -19,12 +19,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-import { emit } from '@nextcloud/event-bus'
import { Permission, Node, FileType } from '@nextcloud/files'
import { translate as t } from '@nextcloud/l10n'
import ArrowDownSvg from '@mdi/svg/svg/arrow-down.svg?raw'
-import { registerFileAction, FileAction } from '../services/FileAction'
+import { registerFileAction, FileAction, DefaultType } from '../services/FileAction'
import { generateUrl } from '@nextcloud/router'
import type { Navigation } from '../services/Navigation'