diff options
Diffstat (limited to 'grapher/Models/Serialized/GUISettings.cs')
| -rw-r--r-- | grapher/Models/Serialized/GUISettings.cs | 3 |
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 } } |