summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/help.rs
diff options
context:
space:
mode:
authorLewis Cook <lcook@FreeBSD.org>2021-07-13 10:06:15 +0100
committerLewis Cook <lcook@FreeBSD.org>2021-07-13 10:06:15 +0100
commit1fdded129fe766729ac332fa881c0681c9495316 (patch)
tree830ffcb6697d15ec043907e34b6218e8420b501c /src/interactive/widgets/help.rs
parent5ecd90fb400c61649826d80c0d1348affd10087e (diff)
Make the trash feature optional
Diffstat (limited to 'src/interactive/widgets/help.rs')
-rw-r--r--src/interactive/widgets/help.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interactive/widgets/help.rs b/src/interactive/widgets/help.rs
index d410035..769cfda 100644
--- a/src/interactive/widgets/help.rs
+++ b/src/interactive/widgets/help.rs
@@ -168,6 +168,7 @@ impl HelpPane {
"Permanently delete all marked entries without prompt!",
Some("This operation cannot be undone!"),
);
+ #[cfg(feature = "trash-move")]
hotkey(
"Ctrl + t",
"Move all marked entries to the trash bin",