refactor(menu): add menu::bar as shorthand for MenuBar::new
This commit is contained in:
parent
709ab268a0
commit
b3bce0740e
2 changed files with 10 additions and 3 deletions
|
|
@ -59,10 +59,11 @@ pub use action::MenuAction as Action;
|
|||
|
||||
mod flex;
|
||||
pub mod key_bind;
|
||||
pub use key_bind::KeyBind;
|
||||
|
||||
mod menu_bar;
|
||||
pub use menu_bar::MenuBar;
|
||||
pub(crate) use menu_bar::MenuBarState;
|
||||
pub use menu_bar::{menu_bar as bar, MenuBar};
|
||||
|
||||
mod menu_inner;
|
||||
mod menu_tree;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue