🚧 Revisión del estado de los menús
This commit is contained in:
parent
8ceb6fbd9d
commit
3f394769db
3 changed files with 19 additions and 15 deletions
|
|
@ -137,14 +137,14 @@ impl Item {
|
|||
..Default::default()
|
||||
}
|
||||
}
|
||||
/*
|
||||
pub fn megamenu(label: L10n, megamenu: Megamenu) -> Self {
|
||||
|
||||
pub fn megamenu(label: L10n, megamenu: menu::Megamenu) -> Self {
|
||||
Item {
|
||||
item_kind: ItemKind::Megamenu(label, MegamenuGroups::with(megamenu)),
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
// **< Item BUILDER >***************************************************************************
|
||||
|
||||
#[builder_fn]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue