[glass,ov] Provide menu item to create topic from root (#5110)

This commit is contained in:
Peter Johnson
2023-02-17 16:46:02 -08:00
committed by GitHub
parent 2f6251d4a6
commit 25ab9cda92
3 changed files with 51 additions and 42 deletions

View File

@@ -119,6 +119,7 @@ static void DisplayGui() {
gui::EmitViewMenu();
if (ImGui::BeginMenu("View")) {
gFlagsSettings.DisplayMenu();
glass::DisplayNetworkTablesAddMenu(gModel.get());
ImGui::EndMenu();
}