diff options
| author | Kai Uwe Broulik <[email protected]> | 2025-07-28 21:05:07 +0200 |
|---|---|---|
| committer | Kai Uwe Broulik <[email protected]> | 2025-08-16 09:13:13 +0000 |
| commit | 87a97aee00b3ea8ace5172db9a4b6fe2045d56d9 (patch) | |
| tree | 8310f010b518e998cc4a091cfc9fdf15cd8fafb3 /src/dolphincontextmenu.h | |
| parent | d75fff3f33162ff86f9067b3e2ee2a343e02eb22 (diff) | |
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
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
