Hotkey to toggle imgui window state by name
I have a hotkey setup to hide the main objectives window to have a look at past runs. Now I would like to setup another hotkey to only toggle the window for the current run. Unfortunately this window shows all the time and needs to be toggled in the settings.
Another suitable solution would be to add an option to only display the current run window during a run and the run history otherwise.
Add ability to bind a hotkey to toggle an imgui window by name, e.g. /imgui toggle <window_name>
Uhm, I implemented that a year ago?
/tb toggle objective
What he really wants is to have the current run in a separate window, as far as I can tell?
/tb [modulename] to toggle the main window of a module has been a thing for as long as I remember.
- The left window is the main Objectives window, it shows a history of the current and all past runs. I have setup a hotkey that sends
/tb objectivesto toggle it - The middle window is the current run, it can only be toggled with the checkbox "Show current run in separate window" (see right window)
I want to setup a hotkey to toggle this middle window.