mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-29 12:48:16 +00:00
[client] imgui: darken background when rendering overlays
This replaces the alert that says whether the overlay is enabled or not. Also, we now always display the help menu in overlay mode.
This commit is contained in:
@@ -39,7 +39,7 @@ static void help_free(void * udata)
|
||||
static int help_render(void * udata, bool interactive, struct Rect * windowRects,
|
||||
int maxRects)
|
||||
{
|
||||
if (!g_state.escapeHelp)
|
||||
if (!g_state.escapeHelp && !g_state.overlayInput)
|
||||
return 0;
|
||||
|
||||
ImVec2 * screen = overlayGetScreenSize();
|
||||
|
||||
Reference in New Issue
Block a user