diff --git a/simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp b/simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp index 8bab1e66de..4d18eadfb9 100644 --- a/simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp +++ b/simulation/halsim_gui/src/main/native/cpp/SimDeviceGui.cpp @@ -156,6 +156,7 @@ void SimDeviceGui::Initialize() { return glass::MakeFunctionView( [=] { static_cast(model)->Display(); }); }); + HALSimGui::halProvider.ShowDefault("Other Devices"); auto model = std::make_unique(); gSimDevicesModel = model.get();