[client] imgui: put imgui.ini in $XDG_CONFIG_DIR/looking-glass

This commit is contained in:
Quantum
2021-07-31 07:14:23 -04:00
committed by Geoffrey McRae
parent 6109067275
commit 7c3c68b84b
2 changed files with 5 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ struct AppState
ImGuiMouseCursor cursorLast;
LGEvent * overlayRenderEvent;
bool overlayMustWait;
char * imGuiIni;
bool alertShow;
char * alertMessage;