fix(shortcuts): duplicate horizontal orientation action
This commit is contained in:
parent
d2cdadbd7f
commit
1f49b9f61a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue