Fix main window disappering on call join (#2472)

This commit is contained in:
Claudio Costa
2022-12-14 14:23:34 -06:00
committed by GitHub
parent a1c39d954b
commit e63a293b28

View File

@@ -190,7 +190,7 @@ export default class CallsWidgetWindow extends EventEmitter {
log.debug('CallsWidgetWindow.onShow');
this.win.focus();
this.win.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true});
this.win.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true, skipTransformProcessType: true});
this.win.setAlwaysOnTop(true, 'screen-saver');
const bounds = this.win.getBounds();