Add key binding to close all docks
This commit is contained in:
parent
57b6e25278
commit
d98fcc4402
3 changed files with 20 additions and 0 deletions
|
@ -93,6 +93,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
MenuItem::action("Toggle Left Dock", workspace::ToggleLeftDock),
|
||||
MenuItem::action("Toggle Right Dock", workspace::ToggleRightDock),
|
||||
MenuItem::action("Toggle Bottom Dock", workspace::ToggleBottomDock),
|
||||
MenuItem::action("Close All Docks", workspace::CloseAllDocks),
|
||||
MenuItem::submenu(Menu {
|
||||
name: "Editor Layout",
|
||||
items: vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue