mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-03 09:12:54 +00:00
Add menu category changes
This commit is contained in:
@ -172,6 +172,14 @@ impl DataForm {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
if let Some(menu_category) = &profile_form.menu_category {
|
||||
self.menu_category = Some(MenuCategory {
|
||||
name: menu_category.name.clone(),
|
||||
position: menu_category.position.clone(),
|
||||
column: menu_category.column.clone(),
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
});
|
||||
|
@ -181,6 +181,14 @@ impl Unterformular {
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
if let Some(menu_category) = &profile_form.menu_category {
|
||||
self.menu_category = Some(MenuCategory {
|
||||
name: menu_category.name.clone(),
|
||||
position: menu_category.position.clone(),
|
||||
column: menu_category.column.clone(),
|
||||
});
|
||||
}
|
||||
})
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user