Fix main window disappering on call join (#2472)
This commit is contained in:
@@ -190,7 +190,7 @@ export default class CallsWidgetWindow extends EventEmitter {
|
|||||||
log.debug('CallsWidgetWindow.onShow');
|
log.debug('CallsWidgetWindow.onShow');
|
||||||
|
|
||||||
this.win.focus();
|
this.win.focus();
|
||||||
this.win.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true});
|
this.win.setVisibleOnAllWorkspaces(true, {visibleOnFullScreen: true, skipTransformProcessType: true});
|
||||||
this.win.setAlwaysOnTop(true, 'screen-saver');
|
this.win.setAlwaysOnTop(true, 'screen-saver');
|
||||||
|
|
||||||
const bounds = this.win.getBounds();
|
const bounds = this.win.getBounds();
|
||||||
|
Reference in New Issue
Block a user