From b79357885d677cff9e629a968c13087537e79976 Mon Sep 17 00:00:00 2001 From: a1cd <71281043+a1cd@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:23:24 -0500 Subject: [PATCH] fixed ui simulation --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index af73684e..98223919 100755 --- a/build.gradle +++ b/build.gradle @@ -106,7 +106,7 @@ test { } // Simulation configuration (e.g. environment variables). -wpi.sim.addGui() +wpi.sim.addGui().defaultEnabled = true wpi.sim.addDriverstation() // Setting up my Jar File. In this case, adding all libraries into the main jar ('fat jar')