blish-hud / Pathing

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

Reload markers after a new pack download #95

Open HexedHero opened 6 months ago

HexedHero commented 6 months ago

When you download a new pack, you need to manually reload markers to load the newly downloaded pack into the list and see it.

Auto-reloading markers would be a nice QOL after a successful download.

dlamkins commented 6 months ago

That's actually the intention, but there is likely something wrong with the current implementation preventing this from completing as expected.

https://github.com/blish-hud/Pathing/blob/3fd0d00ecd4c17091c5d6b8d55a614e644ceade5/Utility/PackHandlingUtil.cs#L162-L166

HexedHero commented 6 months ago

I think the same thing happens when you delete a pack.

dlamkins commented 4 months ago

Should be resolved in v1.6.1 (prerelease).