Skip to content

Commit

Permalink
Improve label for audio ramp up and down duration
Browse files Browse the repository at this point in the history
Thanks a lot to Nicholas Rothen for this excellent suggestion!
  • Loading branch information
FelixHenninger committed Jun 23, 2019
1 parent 0c8ff56 commit 33eabb7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -247,15 +247,15 @@ const GlobalSettings = () =>
/>
<SettingGroupIcon
icon="plane-departure"
tooltip="Ramp up"
tooltip="Ramp up duration"
unit="ms"
/>
<SettingGroupControl
model=".payload.rampUp" parser={ toFloat }
/>
<SettingGroupIcon
icon="plane-arrival"
tooltip="Ramp down"
tooltip="Ramp down duration"
unit="ms"
/>
<SettingGroupControl
Expand Down

0 comments on commit 33eabb7

Please sign in to comment.