mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[sim] GUI: Update FMS widget when real DS is connected (#7456)
This commit is contained in:
@@ -1053,6 +1053,7 @@ static void DriverStationExecute() {
|
||||
}
|
||||
prevDisableDS = disableDS;
|
||||
if (disableDS) {
|
||||
gFMSModel->Update();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user