diff options
| author | Méven Car <[email protected]> | 2025-06-09 12:16:36 +0000 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-06-09 12:16:36 +0000 |
| commit | 697d58e9727e229abb81956d27a05d1f02d8c775 (patch) | |
| tree | 639c00be3e8f26f221379fe33accc44c49f9740a /src/itemactions/setfoldericonitemaction.json | |
| parent | 2369b0c46ccab88e1cee310de22def6aaff41b00 (diff) | |
Add a SetFolderIcon ItemAction plugin
To allow to change folder icon from the context menu.
CCBUG: 467221
Diffstat (limited to 'src/itemactions/setfoldericonitemaction.json')
| -rw-r--r-- | src/itemactions/setfoldericonitemaction.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/itemactions/setfoldericonitemaction.json b/src/itemactions/setfoldericonitemaction.json new file mode 100644 index 000000000..bca39ac78 --- /dev/null +++ b/src/itemactions/setfoldericonitemaction.json @@ -0,0 +1,11 @@ +{ + "KPlugin": { + "Icon": "folder-new", + "MimeTypes": [ + "inode/directory" + ], + "Name": "Set Folder Icon" + }, + "X-KDE-Require": "Write", + "X-KDE-Show-In-Submenu": "true" +} |
