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