mirror of
https://github.com/sipeed/NanoKVM-USB.git
synced 2026-09-11 05:59:57 -05:00
feat: add 4k resolution
This commit is contained in:
@@ -22,6 +22,7 @@ export const Resolution = () => {
|
||||
const [customResolutions, setCustomResolutions] = useState<VideoResolution[]>([]);
|
||||
|
||||
const resolutions: VideoResolution[] = [
|
||||
{ width: 3840, height: 2160 },
|
||||
{ width: 2560, height: 1440 },
|
||||
{ width: 1920, height: 1080 },
|
||||
{ width: 1280, height: 720 },
|
||||
|
||||
@@ -23,6 +23,7 @@ export const Resolution = (): ReactElement => {
|
||||
const [customResolutions, setCustomResolutions] = useState<VideoResolution[]>([])
|
||||
|
||||
const resolutions: VideoResolution[] = [
|
||||
{ width: 3840, height: 2160 },
|
||||
{ width: 2560, height: 1440 },
|
||||
{ width: 1920, height: 1080 },
|
||||
{ width: 1280, height: 720 },
|
||||
|
||||
Reference in New Issue
Block a user