diff options
| author | Jacob Palecki <[email protected]> | 2021-04-05 23:36:26 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2021-04-05 23:36:26 -0700 |
| commit | 019665015ab30893209ab49fea352405b144f0f8 (patch) | |
| tree | 92b929da43466d8c4b3b3fb2d9c53daf8eb0d05a /grapher/Layouts/DefaultLayout.cs | |
| parent | LUT GUI fixes (diff) | |
| download | rawaccel-019665015ab30893209ab49fea352405b144f0f8.tar.xz rawaccel-019665015ab30893209ab49fea352405b144f0f8.zip | |
Add gain switch
Diffstat (limited to 'grapher/Layouts/DefaultLayout.cs')
| -rw-r--r-- | grapher/Layouts/DefaultLayout.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Layouts/DefaultLayout.cs b/grapher/Layouts/DefaultLayout.cs index 495fac0..42de7f3 100644 --- a/grapher/Layouts/DefaultLayout.cs +++ b/grapher/Layouts/DefaultLayout.cs @@ -11,6 +11,7 @@ namespace grapher.Layouts Index = (int)AccelMode.noaccel; LogarithmicCharts = false; + GainSwitchOptionLayout = new OptionLayout(true, Gain); AccelLayout = new OptionLayout(true, Acceleration); ScaleLayout = new OptionLayout(true, Scale); CapLayout = new OptionLayout(true, Cap); |