feat: add description and icon for palette_menu_delete_item command
This commit is contained in:
parent
469e10d4d9
commit
5f77a48afe
1 changed files with 4 additions and 1 deletions
|
@ -475,7 +475,10 @@ pub fn Create(options: type) type {
|
|||
}
|
||||
}
|
||||
}
|
||||
pub const palette_menu_delete_item_meta: Meta = .{};
|
||||
pub const palette_menu_delete_item_meta: Meta = .{
|
||||
.description = "Delete item",
|
||||
.icon = "",
|
||||
};
|
||||
|
||||
pub fn palette_menu_activate(self: *Self, _: Ctx) Result {
|
||||
self.menu.activate_selected();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue