diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-01-09 17:06:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-09 17:06:07 +0100 |
| commit | ca02ac5b015dd64ebe3d13b8cc2021535a369161 (patch) | |
| tree | 9c3d63dd71be5dcc3fcb253a041236482c54b5e4 /lib/utils/settings.py | |
| parent | b8f5241755466b2432f89a11c2d5ccdf5a9ae3f2 (diff) | |
save and reload simulator speed (optionally) (#3420)
Diffstat (limited to 'lib/utils/settings.py')
| -rw-r--r-- | lib/utils/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/utils/settings.py b/lib/utils/settings.py index 2986ee1a..e2287862 100644 --- a/lib/utils/settings.py +++ b/lib/utils/settings.py @@ -16,6 +16,8 @@ DEFAULT_SETTINGS = { "cache_size": 100, "pop_out_simulator": False, # simulator + "simulator_adaptive_speed": True, + "simulator_speed": 16, "simulator_line_width": 0.1, "simulator_npp_size": 0.5, "npp_button_status": False, |
