From 87a97aee00b3ea8ace5172db9a4b6fe2045d56d9 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 28 Jul 2025 21:05:07 +0200 Subject: DolphinContextMenu: Show Configure Trash instead of Properties The Properties window is mostly useless in Trash. This also makes it consistent with the Places panel. BUG: 497349 --- src/dolphincontextmenu.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphincontextmenu.h') diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index f60be558e..b357fddcc 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -97,6 +97,7 @@ private: private: void addDirectoryItemContextMenu(); void addOpenParentFolderActions(); + void configureTrash(); struct Entry { int type; -- cgit v1.3