Skip to content

Commit 30f445c

Browse files
committed
fix(App): Improve image quality of window previews in share screen selection
1 parent 04a3d43 commit 30f445c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/electron/ipc-api/desktopCapturer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default async () => {
99
const sources = await desktopCapturer.getSources({
1010
types: ['window', 'screen'],
1111
fetchWindowIcons: true,
12+
thumbnailSize: { width: 1920, height: 1080 },
1213
});
1314
debug('Available sources', sources);
1415
return sources.map((source) => {

0 commit comments

Comments
 (0)