Skip to content

Commit

Permalink
Adds the default value to 'Timeline keyboard seek acceleration' and '…
Browse files Browse the repository at this point in the history
…Timeline trackpad/wheel sensitivity'
  • Loading branch information
Markus committed Feb 1, 2021
1 parent ca0b9d5 commit d9620bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1959,7 +1959,7 @@ const App = memo(() => {
function renderTuner(type) {
const types = {
wheelSensitivity: {
title: t('Timeline trackpad/wheel sensitivity'),
title: t('Timeline trackpad/wheel sensitivity (default: 0.20)'),
value: wheelSensitivity,
setValue: setWheelSensitivity,
},
Expand All @@ -1971,7 +1971,7 @@ const App = memo(() => {
max: 100,
},
keyboardSeekAccFactor: {
title: t('Timeline keyboard seek acceleration'),
title: t('Timeline keyboard seek acceleration (default: 1.03)'),
value: keyboardSeekAccFactor,
setValue: setKeyboardSeekAccFactor,
min: 1,
Expand Down

0 comments on commit d9620bb

Please sign in to comment.