summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-22 14:53:48 -0700
committerJacob Palecki <[email protected]>2020-09-22 14:53:48 -0700
commit8ec99b8518f99e57830c2a95d5e8805e3e947294 (patch)
treec8eddc479fd82097a0fb6cdd50010001435b0630 /grapher/Models/AccelGUIFactory.cs
parentRename write button (diff)
downloadrawaccel-8ec99b8518f99e57830c2a95d5e8805e3e947294.tar.xz
rawaccel-8ec99b8518f99e57830c2a95d5e8805e3e947294.zip
Save option to show velocity and gain on gui startup
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
-rw-r--r--grapher/Models/AccelGUIFactory.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index eb30864..d986369 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -286,7 +286,8 @@ namespace grapher.Models
accelCalculator.DPI,
accelCalculator.PollRate,
autoWriteMenuItem,
- showLastMouseMoveMenuItem);
+ showLastMouseMoveMenuItem,
+ showVelocityGainToolStripMenuItem);
return new AccelGUI(
form,