chaosparrot / talon_hud

Unofficial Talon Head Up Display scripts
68 stars 29 forks source link

focus indicator on HUD is annoying to start #39

Closed saidelike closed 1 year ago

saidelike commented 1 year ago

because of https://github.com/chaosparrot/talon_hud/issues/36 issue, at the moment, after a talon restart I have to say the following to enable the focus indicator.

status bar show
status bar options
add focus indicator
status bar hide

It seems a lot of commands. We can't just say add focus indicator if the status bar does not show it seems.

chaosparrot commented 1 year ago

Is adding a command focus indicator show / focus indicator hide fine as well? That way you wouldn't need to find it through the status bar menu, and it is much easier to put that in rather than separate the indicator code out from the HUD.

saidelike commented 1 year ago

Works great. Thanks.