Skip to content

Commit

Permalink
Add 4k resolution to screenshare (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
makindotcc authored Jan 15, 2025
1 parent 6c4ecc0 commit 5a72491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ScreenSharePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 5a72491

Please sign in to comment.