2 parents 24e3931 + 2eeaa92 commit a051895Copy full SHA for a051895
2 files changed
browser/src/components/menu/video/resolution.tsx
@@ -22,6 +22,7 @@ export const Resolution = () => {
22
const [customResolutions, setCustomResolutions] = useState<VideoResolution[]>([]);
23
24
const resolutions: VideoResolution[] = [
25
+ { width: 3840, height: 2160 },
26
{ width: 2560, height: 1440 },
27
{ width: 1920, height: 1080 },
28
{ width: 1280, height: 720 },
desktop/src/renderer/src/components/menu/video/resolution.tsx
@@ -23,6 +23,7 @@ export const Resolution = (): ReactElement => {
const [customResolutions, setCustomResolutions] = useState<VideoResolution[]>([])
29
0 commit comments