Merge branch 'main' into tray-icon

This commit is contained in:
Oleh Polisan 2024-06-19 14:36:09 +03:00 committed by GitHub
commit e899b16b21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -661,8 +661,8 @@ function ModalComponent({
}) {
const [selected, setSelected] = useState<string | undefined>(skipPicker ? screens[0].id : void 0);
const [settings, setSettings] = useState<StreamSettings>({
resolution: "1080",
fps: "60",
resolution: "720",
fps: "30",
contentHint: "motion",
audio: true,
includeSources: "None"