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/Serialized/GUISettings.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'grapher/Models/Serialized/GUISettings.cs') 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 } } -- cgit v1.2.3