mirror of
https://github.com/Vencord/Vesktop.git
synced 2025-02-22 21:35:08 +00:00
Add 4k resolution to screenshare (#1024)
This commit is contained in:
parent
6c4ecc0d64
commit
5a72491ab0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import { addPatch } from "renderer/patches/shared";
|
|||
import { useSettings } from "renderer/settings";
|
||||
import { isLinux, isWindows } from "renderer/utils";
|
||||
|
||||
const StreamResolutions = ["480", "720", "1080", "1440"] as const;
|
||||
const StreamResolutions = ["480", "720", "1080", "1440", "2160"] as const;
|
||||
const StreamFps = ["15", "30", "60"] as const;
|
||||
|
||||
const MediaEngineStore = findStoreLazy("MediaEngineStore");
|
||||
|
|
Loading…
Add table
Reference in a new issue