Browse Source

Prettified Code!

pull/1886/head
gabek 6 years ago committed by GitHub Action
parent
commit
a8da1da5ae
  1. 2
      web/components/config/video-variant-form.tsx

2
web/components/config/video-variant-form.tsx

@ -142,7 +142,7 @@ export default function VideoVariantForm({
break; break;
case 90: case 90:
note = `${note} - Good for newer fast games and hardware.`; note = `${note} - Good for newer fast games and hardware.`;
break break;
case 120: case 120:
note = `${note} - Experimental, use at your own risk!`; note = `${note} - Experimental, use at your own risk!`;
break; break;

Loading…
Cancel
Save