mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] overlay: remove the unused menu bar
This commit is contained in:
@@ -162,7 +162,7 @@ static int config_render(void * udata, bool interactive, struct Rect * windowRec
|
|||||||
ImGuiCond_FirstUseEver);
|
ImGuiCond_FirstUseEver);
|
||||||
|
|
||||||
igPushIDInt(id++);
|
igPushIDInt(id++);
|
||||||
if (!igBegin("Configuration", NULL, ImGuiWindowFlags_MenuBar))
|
if (!igBegin("Configuration", NULL, 0))
|
||||||
{
|
{
|
||||||
overlayGetImGuiRect(windowRects);
|
overlayGetImGuiRect(windowRects);
|
||||||
igEnd();
|
igEnd();
|
||||||
@@ -170,9 +170,6 @@ static int config_render(void * udata, bool interactive, struct Rect * windowRec
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
igBeginMenuBar();
|
|
||||||
igEndMenuBar();
|
|
||||||
|
|
||||||
igBeginTabBar("Configuration#tabs", 0);
|
igBeginTabBar("Configuration#tabs", 0);
|
||||||
|
|
||||||
if (igBeginTabItem("Looking Glass", NULL, 0))
|
if (igBeginTabItem("Looking Glass", NULL, 0))
|
||||||
|
Reference in New Issue
Block a user