summaryrefslogtreecommitdiff
path: root/grapher/Layouts
diff options
context:
space:
mode:
authora1xd <[email protected]>2021-09-07 05:09:31 -0400
committera1xd <[email protected]>2021-09-23 22:33:13 -0400
commit265312d5759321010725e56a22b68c7294730545 (patch)
treefa0a5c20504fee6811d9d31efcbf1cb15ab759c9 /grapher/Layouts
parentget grapher building (diff)
downloadrawaccel-265312d5759321010725e56a22b68c7294730545.tar.xz
rawaccel-265312d5759321010725e56a22b68c7294730545.zip
show power mode cap field
Diffstat (limited to 'grapher/Layouts')
-rw-r--r--grapher/Layouts/PowerLayout.cs2
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);