From 50b2bce82d6604702e327f594448c7fee0f85a4a Mon Sep 17 00:00:00 2001 From: Méven Car Date: Thu, 10 Jul 2025 11:45:44 +0200 Subject: movetonewfolder: allow to move folders * Set a widget parent for the job. * Better deduce the current working directory BUG: 506612 --- src/itemactions/movetonewfolderitemaction.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/itemactions/movetonewfolderitemaction.json') diff --git a/src/itemactions/movetonewfolderitemaction.json b/src/itemactions/movetonewfolderitemaction.json index 185667c32..ce394007d 100644 --- a/src/itemactions/movetonewfolderitemaction.json +++ b/src/itemactions/movetonewfolderitemaction.json @@ -2,7 +2,8 @@ "KPlugin": { "Icon": "folder-new", "MimeTypes": [ - "application/octet-stream" + "application/octet-stream", + "inode/directory" ], "Name": "Move to New Folder", "Name[ar]": "انقل إلى مجلد جديد", -- cgit v1.3.1