[sim] GUI: Show "Other Devices" window by default (#2961)

This commit is contained in:
Peter Johnson
2020-12-24 12:24:36 -08:00
committed by GitHub
parent a8bb2ef1c3
commit f9d492f4b1

View File

@@ -156,6 +156,7 @@ void SimDeviceGui::Initialize() {
return glass::MakeFunctionView(
[=] { static_cast<glass::DeviceTreeModel*>(model)->Display(); });
});
HALSimGui::halProvider.ShowDefault("Other Devices");
auto model = std::make_unique<SimDevicesModel>();
gSimDevicesModel = model.get();