Skip to content

Commit

Permalink
Merge pull request #1660 from jarveson/jake/feral-hide-revit
Browse files Browse the repository at this point in the history
feral: hide 'revit uptime' textbox
  • Loading branch information
jarveson authored Nov 10, 2022
2 parents d41d87d + 191a824 commit 6d29407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/feral_druid/inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export const FeralDruidRotationConfig = {
fieldName: 'hotUptime',
label: 'Revitalize Hot Uptime',
labelTooltip: 'Hot uptime percentage to assume when theorizing energy gains',
percent: true
percent: true,
showWhen: (player: Player<Spec.SpecFeralDruid>) => player.getRotation().useBite == true && player.getRotation().biteModeType == BiteModeType.Analytical,
}),
InputHelpers.makeRotationNumberInput<Spec.SpecFeralDruid>({
fieldName: 'maxRoarOffset',
Expand Down

0 comments on commit 6d29407

Please sign in to comment.