mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
typo
This commit is contained in:
@@ -455,7 +455,7 @@ impl FileTransferActivity {
|
|||||||
// If ctrl is enabled...
|
// If ctrl is enabled...
|
||||||
if key.modifiers.intersects(KeyModifiers::CONTROL) {
|
if key.modifiers.intersects(KeyModifiers::CONTROL) {
|
||||||
self.input_mode = InputMode::Popup(PopupType::Input(
|
self.input_mode = InputMode::Popup(PopupType::Input(
|
||||||
String::from("Insert news name"),
|
String::from("Insert new name"),
|
||||||
FileTransferActivity::callback_rename,
|
FileTransferActivity::callback_rename,
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user