mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Merge branch 'master' into feature/oculus-pcvr-download/274
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user