From 74763e875737ea2bb0775194544a809041a2e7d6 Mon Sep 17 00:00:00 2001 From: John Molakvoæ Date: Tue, 11 Jul 2023 08:29:31 +0200 Subject: feat(files_sharing): add openInFiles action MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/files/src/actions/downloadAction.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/files/src') 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 . * */ -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' -- cgit v1.2.3