mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
capitalize
This commit is contained in:
parent
be9d1a061f
commit
875acaa397
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user