blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
13 stars 10 forks source link

Behaviors still trigger when world icons are hidden. #23

Closed dlamkins closed 3 years ago

dlamkins commented 3 years ago

When markers and trails are hidden via the world toggle, their behaviors can still trigger (since they can still be displayed on the minimap, we should not disable this entirely).

For behaviors such as info text they should likely check the state of the world toggle before activating.

dlamkins commented 3 years ago

Fixed.