From 697d58e9727e229abb81956d27a05d1f02d8c775 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Mon, 9 Jun 2025 12:16:36 +0000 Subject: Add a SetFolderIcon ItemAction plugin To allow to change folder icon from the context menu. CCBUG: 467221 --- src/itemactions/setfoldericonitemaction.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/itemactions/setfoldericonitemaction.json (limited to 'src/itemactions/setfoldericonitemaction.json') 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" +} -- cgit v1.3