Same menus. New export name.
Oxide Menu accepts the qb-menu data format as-is. Change the export name from qb-menu to oxide-menu and existing job, shop, and vehicle menus render in the new UI with the same data, headers, and params.
- openMenu, closeMenu, and showHeader keep their qb-menu signatures, sort and skipFirst included
- header, txt, icon, isMenuHeader, disabled, hidden, and params map straight onto the modern format
- Action functions in params still run, stored in Lua and cleared when the menu closes
- qb-menu:client:menuClosed still fires for scripts that listen for it

