Remove key binding A as alias for a while joining room
This commit is contained in:
parent
3012de944b
commit
f76c6a557d
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ impl EuphRoom {
|
|||
match status.ok().flatten() {
|
||||
Some(Status::Joining(Joining {
|
||||
bounce: Some(_), ..
|
||||
})) if matches!(event, key!('a') | key!('A')) => {
|
||||
})) if matches!(event, key!('a')) => {
|
||||
self.state = State::Auth(auth::new());
|
||||
true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue