mirror of
https://github.com/coastalwhite/lemurs
synced 2025-02-16 22:18:27 +00:00
Replaced Normal Mode keybinding in unreachable match arm
This commit is contained in:
parent
d518096a27
commit
e9cff90b20
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ impl LoginForm {
|
||||||
}
|
}
|
||||||
InputMode::Username => self.widgets.username_guard().key_press(k),
|
InputMode::Username => self.widgets.username_guard().key_press(k),
|
||||||
InputMode::Password => self.widgets.password_guard().key_press(k),
|
InputMode::Password => self.widgets.password_guard().key_press(k),
|
||||||
InputMode::Normal => self.widgets.power_menu.key_press(k),
|
_ => None,
|
||||||
};
|
};
|
||||||
|
|
||||||
// We don't wanna clear any existing error messages
|
// We don't wanna clear any existing error messages
|
||||||
|
|
Loading…
Add table
Reference in a new issue