mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Fix copy-paste error in scroll-method error message
This commit is contained in:
committed by
Ivan Molodetskikh
parent
ae7fb4c4f4
commit
f2ce84b243
@@ -2280,7 +2280,7 @@ impl FromStr for ScrollMethod {
|
||||
"edge" => Ok(Self::Edge),
|
||||
"on-button-down" => Ok(Self::OnButtonDown),
|
||||
_ => Err(miette!(
|
||||
r#"invalid scroll method, can be "no-scroll" or "two-finger", "edge", or "on-button-down""#
|
||||
r#"invalid scroll method, can be "no-scroll", "two-finger", "edge", or "on-button-down""#
|
||||
)),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user