ui improved
This commit is contained in:
@ -33,7 +33,7 @@ pub fn ui(f: &mut Frame, app: &mut App) {
|
||||
|
||||
// Help text
|
||||
let help_text = match app.input_mode {
|
||||
InputMode::Normal => "Enter: Connect | m: Mosh | n: New | Shift+n: Copy ID | i: Edit | d: Delete | q: Quit | j/k: Up/Down",
|
||||
InputMode::Normal => "Enter: SSH Connect | m: Mosh Connect | n: New | Shift+n: Copy ID | i: Edit | d: Delete | q: Quit",
|
||||
InputMode::Adding(_) => "Enter: Save | Esc: Cancel | Tab: Next Field",
|
||||
InputMode::Editing(_) => "Enter: Save | Esc: Cancel | Tab: Next Field",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user