summaryrefslogtreecommitdiff
path: root/grapher/Models/Serialized/GUISettings.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/Serialized/GUISettings.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/Serialized/GUISettings.cs')
-rw-r--r--grapher/Models/Serialized/GUISettings.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/grapher/Models/Serialized/GUISettings.cs b/grapher/Models/Serialized/GUISettings.cs
index 2543104..84e681b 100644
--- a/grapher/Models/Serialized/GUISettings.cs
+++ b/grapher/Models/Serialized/GUISettings.cs
@@ -33,6 +33,9 @@ namespace grapher.Models.Serialized
[JsonProperty(Order = 4)]
public bool ShowLastMouseMove { get; set; }
+ [JsonProperty(Order = 4)]
+ public bool ShowVelocityAndGain { get; set; }
+
#endregion Properties
}
}