mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
fix typo
This commit is contained in:
parent
0d51a9c444
commit
b72ff966a1
@ -157,7 +157,7 @@ impl FromDynamic for MouseEventAltScreen {
|
||||
match value {
|
||||
Value::Bool(true) => Ok(Self::True),
|
||||
Value::Bool(false) => Ok(Self::False),
|
||||
Value::String(s) if s == "Both" => Ok(Self::Any),
|
||||
Value::String(s) if s == "Any" => Ok(Self::Any),
|
||||
_ => Err(DynError::Message(
|
||||
"must be either true, false or 'Any'".to_string(),
|
||||
)),
|
||||
|
Loading…
Reference in New Issue
Block a user