Skip to content

Commit

Permalink
remove some speed options
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Jan 27, 2025
1 parent d785ddc commit 40d49fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Controls/Controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ export class Controls extends React.Component<ControlsProps> {
{ key: 'Auto', text: 'Auto', value: 0 },
{ key: '0.25', text: '0.25x', value: 0.25 },
{ key: '0.5', text: '0.5x', value: 0.5 },
{ key: '0.75', text: '0.75x', value: 0.75 },
// { key: '0.75', text: '0.75x', value: 0.75 },
{ key: '1', text: '1x', value: 1 },
{ key: '1.25', text: '1.25x', value: 1.25 },
// { key: '1.25', text: '1.25x', value: 1.25 },
{ key: '1.5', text: '1.5x', value: 1.5 },
{ key: '1.75', text: '1.75x', value: 1.75 },
// { key: '1.75', text: '1.75x', value: 1.75 },
{ key: '2', text: '2x', value: 2 },
{ key: '3', text: '3x', value: 3 },
].map((item) => (
Expand Down

0 comments on commit 40d49fa

Please sign in to comment.