mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[sim] GUI: Show "Other Devices" window by default (#2961)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user