mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-22 10:03:03 +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::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
|
||||
|
|
Loading…
Reference in a new issue