Disable speed monitors by default

This commit is contained in:
Brendan Robert 2024-02-25 21:11:32 -06:00
parent f9321da4cd
commit 723130c5e0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class Apple2e extends Computer {
public ZipWarpAccelerator accelerator;
FPSMonitorDevice fpsCounters;
@ConfigurableField(name = "Show speed monitors", shortName = "showFps")
public boolean showSpeedMonitors = true;
public boolean showSpeedMonitors = false;
/**
* Creates a new instance of Apple2e