(qol): format

This commit is contained in:
Alois 2026-05-28 20:20:43 +02:00
commit a82ee292ce
11 changed files with 171 additions and 69 deletions

View file

@ -26,7 +26,9 @@ type ElectronDesktopApi = {
media?: {
getScreenShareCapabilities?: () => Promise<DesktopScreenShareCapabilities>;
listScreenShareSources?: () => Promise<DesktopScreenShareSource[]>;
listScreenShareAudioOutputs?: () => Promise<DesktopScreenShareAudioOutput[]>;
listScreenShareAudioOutputs?: () => Promise<
DesktopScreenShareAudioOutput[]
>;
selectScreenShareSource?: (sourceId: string) => Promise<boolean>;
};
};