Skip to content

Commit 4e42239

Browse files
authored
SDA-4838 Screen picker should be displayed on the screen that app is in (#2329)
1 parent f6944aa commit 4e42239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/display-media-request-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const setDisplayMediaRequestHandler = () => {
5151
'screen-picker',
5252
browserWindowOptions,
5353
);
54-
54+
windowHandler.moveWindow(screenPickerWindow);
5555
screenPickerWindow.webContents.once('did-finish-load', () => {
5656
if (!screenPickerWindow || !windowExists(screenPickerWindow)) {
5757
return;

0 commit comments

Comments
 (0)