fix: footer listed "Delete" shortcut as "Make Dir"

This commit is contained in:
Pascal Sommer
2022-01-12 19:11:04 +01:00
committed by Christian Visintin
parent 1bcdaa5614
commit d1457253c4

View File

@@ -61,7 +61,7 @@ impl FooterBar {
TextSpan::from("<F7|D>").bold().fg(key_color),
TextSpan::from(" Make dir "),
TextSpan::from("<F8|DEL>").bold().fg(key_color),
TextSpan::from(" Make dir "),
TextSpan::from(" Delete "),
TextSpan::from("<F10|Q>").bold().fg(key_color),
TextSpan::from(" Quit "),
]),