mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
fix: footer listed "Delete" shortcut as "Make Dir"
This commit is contained in:
committed by
Christian Visintin
parent
1bcdaa5614
commit
d1457253c4
@@ -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 "),
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user