capitalize

This commit is contained in:
Babbaj 2022-11-09 16:49:45 -05:00
parent be9d1a061f
commit 875acaa397
No known key found for this signature in database
GPG Key ID: F044309848A07CAC

View File

@ -123,7 +123,7 @@ static int status_render(void * udata, bool interactive, struct Rect * windowRec
const double y = g_state.io->MousePos.y;
if (x >= bottomLeft.x && y <= bottomLeft.y && x <= topRight.x && y >= topRight.y) {
igBeginTooltipEx(ImGuiTooltipFlags_None, ImGuiWindowFlags_None);
igText("Using looking glass through SPICE emulation, there is likely a problem with your setup");
igText("Using Looking Glass through SPICE emulation, there is likely a problem with your setup");
ImVec2 windowPos;
ImVec2 windowSize;
igGetWindowPos(&windowPos);