diff options
| author | Jacob Palecki <[email protected]> | 2020-09-08 14:01:33 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-08 14:01:33 -0700 |
| commit | d31ef3c66c9919d3520ee34db062687a84bc5fa4 (patch) | |
| tree | 52fd619eba3151933786f53f4200e47d482be5c0 /grapher/Constants/Constants.cs | |
| parent | Fix accel type y active value alignment (diff) | |
| download | rawaccel-d31ef3c66c9919d3520ee34db062687a84bc5fa4.tar.xz rawaccel-d31ef3c66c9919d3520ee34db062687a84bc5fa4.zip | |
Add delay on button enable after writing to driver
Diffstat (limited to 'grapher/Constants/Constants.cs')
| -rw-r--r-- | grapher/Constants/Constants.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs index 51cd0cb..d74d045 100644 --- a/grapher/Constants/Constants.cs +++ b/grapher/Constants/Constants.cs @@ -80,6 +80,12 @@ namespace grapher /// <summary> Format string for default dropdowns. </summary> public const string AccelDropDownDefaultShortText = "Accel Type"; + /// <summary> Default text to be displayed on write button. </summary> + public const string WriteButtonDefaultText = "Write To Driver"; + + /// <summary> Default text to be displayed on write button. </summary> + public const string WriteButtonDelayText = "Delay"; + /// <summary> Default name of settings file. </summary> public const string DefaultSettingsFileName = @"settings.json"; |