diff options
| author | Méven Car <[email protected]> | 2025-07-10 11:45:44 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-07-11 09:49:34 +0200 |
| commit | 50b2bce82d6604702e327f594448c7fee0f85a4a (patch) | |
| tree | ccd7eba1fa2a45b2fe00339a07d1303f9de0b117 /src/itemactions/movetonewfolderitemaction.json | |
| parent | 407841eb1dc520cd250f5791eed98b3b08c64705 (diff) | |
movetonewfolder: allow to move folders
* Set a widget parent for the job.
* Better deduce the current working directory
BUG: 506612
Diffstat (limited to 'src/itemactions/movetonewfolderitemaction.json')
| -rw-r--r-- | src/itemactions/movetonewfolderitemaction.json | 3 |
1 files changed, 2 insertions, 1 deletions
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]": "انقل إلى مجلد جديد", |
