From 8ec99b8518f99e57830c2a95d5e8805e3e947294 Mon Sep 17 00:00:00 2001 From: Jacob Palecki Date: Tue, 22 Sep 2020 14:53:48 -0700 Subject: Save option to show velocity and gain on gui startup --- grapher/Models/AccelGUIFactory.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'grapher/Models/AccelGUIFactory.cs') 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, -- cgit v1.2.3