Merge branch 'master' into feature/oculus-pcvr-download/274

This commit is contained in:
MathieuG-P
2023-10-15 14:23:37 +02:00
@@ -82,10 +82,6 @@ export class WindowManagerService {
return BrowserWindow.getAllWindows().filter(w => w.webContents.getURL().includes(window));
}
public getBrowserWindowsFromWebContents(sender: Electron.WebContents): BrowserWindow {
return BrowserWindow.fromWebContents(sender);
}
public openWindowOrFocus(window: AppWindow): Promise<void> {
const win = this.getWindows(window);