summaryrefslogtreecommitdiff
path: root/grapher/Models/AccelGUIFactory.cs
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-10-21 19:23:42 -0400
committera1xd <[email protected]>2020-10-21 19:23:42 -0400
commit737461c030322ca9120aca7f61cb664fb484265a (patch)
tree298328a03187a5fab81190feffac9c42b6f8b308 /grapher/Models/AccelGUIFactory.cs
parentfix sens label visibility when separated (diff)
downloadrawaccel-737461c030322ca9120aca7f61cb664fb484265a.tar.xz
rawaccel-737461c030322ca9120aca7f61cb664fb484265a.zip
put autowrite option back in menu
Diffstat (limited to 'grapher/Models/AccelGUIFactory.cs')
-rw-r--r--grapher/Models/AccelGUIFactory.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/grapher/Models/AccelGUIFactory.cs b/grapher/Models/AccelGUIFactory.cs
index 51bbc2b..3dc2a74 100644
--- a/grapher/Models/AccelGUIFactory.cs
+++ b/grapher/Models/AccelGUIFactory.cs
@@ -32,6 +32,7 @@ namespace grapher.Models
ToolStripMenuItem legacyCapToolStripMenuItem,
ToolStripMenuItem gainOffsetToolStripMenuItem,
ToolStripMenuItem legacyOffsetToolStripMenuItem,
+ ToolStripMenuItem autoWriteMenuItem,
ToolStripMenuItem scaleMenuItem,
ToolStripTextBox dpiTextBox,
ToolStripTextBox pollRateTextBox,
@@ -326,6 +327,7 @@ namespace grapher.Models
activeAccel,
accelCalculator.DPI,
accelCalculator.PollRate,
+ autoWriteMenuItem,
showLastMouseMoveMenuItem,
showVelocityGainToolStripMenuItem);