Skip to content

Commit

Permalink
feat: Add tooltip warning to input of globalMidiInputDelay
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSusa committed Sep 18, 2020
1 parent f15d646 commit 9d95dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/midi-bricks/src/pages/ApplicationSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function ApplicationSettings(props) {
<React.Fragment>
<FormControlLabel
control={
<Tooltip title='Please chose this value carefully, because it will highly depend on your cpu power.'>
<Tooltip title='Please note: If you experience with performance issues, after changing this value, please consider to save your changes to the preset and reload it, afterwards!'>
<Input
onChange={(e) => {
e.preventDefault()
Expand Down

0 comments on commit 9d95dd2

Please sign in to comment.