Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Remove Mode.* from GpuModeSlider as it's defined in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Sep 23, 2024
1 parent c1edb1e commit cbebc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/atoms/GpuModeSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const GpuModeSlider: FC<{ showSeparator: boolean }> = ({ showSeparator }) => {
<>
<DeckySlider
label="GPU Mode"
value={sliderValue || Mode.BALANCE}
value={sliderValue}
min={0}
max={MODES.length - 1}
step={1}
Expand Down

0 comments on commit cbebc30

Please sign in to comment.