add toggle right and bottom dock actions
This commit is contained in:
parent
aac83ceea7
commit
2457c55fe7
2 changed files with 10 additions and 0 deletions
|
@ -90,6 +90,8 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
MenuItem::action("Reset Zoom", super::ResetBufferFontSize),
|
||||
MenuItem::separator(),
|
||||
MenuItem::action("Toggle Left Dock", workspace::ToggleLeftDock),
|
||||
MenuItem::action("Toggle Right Dock", workspace::ToggleRightDock),
|
||||
MenuItem::action("Toggle Bottom Dock", workspace::ToggleBottomDock),
|
||||
MenuItem::submenu(Menu {
|
||||
name: "Editor Layout",
|
||||
items: vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue