feat: add description and icon for palette_menu_delete_item command

This commit is contained in:
CJ van den Berg 2025-08-13 19:16:32 +02:00
parent 469e10d4d9
commit 5f77a48afe
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -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();