Browse Source

rename 'scroll with current' to 'auto scroll'

master
jeffvli 3 years ago
parent
commit
4dceacc47c
  1. 2
      src/components/player/NowPlayingView.tsx

2
src/components/player/NowPlayingView.tsx

@ -157,7 +157,7 @@ const NowPlayingView = () => {
setScrollWithCurrent(!scrollWithCurrent);
}}
>
Scroll with current
Auto scroll
</StyledCheckbox>
}
searchQuery={searchQuery}

Loading…
Cancel
Save