Special thanks to KyleWebb204 for flagging the issue with the dropdown styling!
Fixed
- Fixed an Item Piles compatibility issue where Quartermaster’s global dropdown styling made some Item Piles dropdown options difficult to read.
- Scoped the affected styles to Quartermaster’s own preference dropdowns.
Documentation
- Added instructions for opening the Shared Party Inventory from a Foundry script macro or landing-page trigger:
await game.modules.get("quartermaster").api.ui.openInventory();This macro can be used by both players and GMs while Quartermaster is active.
Thanks to the community members who reported these issues and helped identify the solutions.