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

Settings window should be added to menu #7

Closed dlamkins closed 2 years ago

dlamkins commented 3 years ago

Left clicking the marker icon should open the menu instead of the settings window. The settings window should be an option within that menu.

This will mirror the TacO implementation making category access more intuitive.

This implementation would utilize the UIState to handle both the settings window instances as well as the menu itself instead of where it's been shoehorned.

dlamkins commented 2 years ago

This has been taken care of and will be included in the next prerelease.

Didn't place it in UiState and instead used a menu builder instead of a static menu.