fix(shortcuts): duplicate horizontal orientation action

This commit is contained in:
Michael Aaron Murphy 2024-07-01 18:41:40 +02:00
parent d2cdadbd7f
commit 1f49b9f61a
No known key found for this signature in database
GPG key ID: B2732D4240C9212C

View file

@ -78,7 +78,7 @@ pub fn actions() -> &'static [Action] {
Action::ToggleWindowFloating,
Action::ToggleOrientation,
Action::Orientation(Orientation::Horizontal),
Action::Orientation(Orientation::Horizontal),
Action::Orientation(Orientation::Vertical),
Action::SwapWindow,
]
}