We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a3d43 commit 30f445cCopy full SHA for 30f445c
1 file changed
src/electron/ipc-api/desktopCapturer.ts
@@ -9,6 +9,7 @@ export default async () => {
9
const sources = await desktopCapturer.getSources({
10
types: ['window', 'screen'],
11
fetchWindowIcons: true,
12
+ thumbnailSize: { width: 1920, height: 1080 },
13
});
14
debug('Available sources', sources);
15
return sources.map((source) => {
0 commit comments