diff options
| author | a1xd <[email protected]> | 2021-09-07 05:09:31 -0400 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-09-07 05:09:31 -0400 |
| commit | d2ce37af853b402ec80fb4008b04c7fdd1c63d5e (patch) | |
| tree | 0bbb3cbbc8110b059ef8ed61ecc1dda0a213d4fb /grapher/Layouts | |
| parent | get grapher building (diff) | |
| download | rawaccel-d2ce37af853b402ec80fb4008b04c7fdd1c63d5e.tar.xz rawaccel-d2ce37af853b402ec80fb4008b04c7fdd1c63d5e.zip | |
show power mode cap field
Diffstat (limited to 'grapher/Layouts')
| -rw-r--r-- | grapher/Layouts/PowerLayout.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Layouts/PowerLayout.cs b/grapher/Layouts/PowerLayout.cs index 03d9efa..d11480f 100644 --- a/grapher/Layouts/PowerLayout.cs +++ b/grapher/Layouts/PowerLayout.cs @@ -15,7 +15,7 @@ GrowthRateLayout = new OptionLayout(false, string.Empty); SmoothLayout = new OptionLayout(false, string.Empty); ScaleLayout = new OptionLayout(true, Scale); - CapLayout = new OptionLayout(false, string.Empty); + CapLayout = new OptionLayout(true, Cap); WeightLayout = new OptionLayout(true, Weight); OffsetLayout = new OptionLayout(false, string.Empty); LimitLayout = new OptionLayout(false, string.Empty); |