mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-23 16:16:56 +00:00
94268b1162
The per-slot popout arrows previously appeared only while the equipment manager sidecar was open. Add a "Always Show Equipment Slot Flyouts" option under Character -> Inventory (character.inventory.equipflyout, off by default) that instead ties them to the paperdoll, so gear can be swapped without opening the equipment manager. Centralize the show/hide in a single UpdatePopouts(): by default the arrows follow the sidecar, with the option on they follow PaperDollFrame. Both the sidecar OnShow/OnHide and new PaperDollFrame OnShow/OnHide hooks route through it, and the flyout hides whenever the arrows go inactive.