1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2020-08-17 19:30:34 +03:00
parent b280f4a2dd
commit 1c83fff4db

View File

@ -58,12 +58,6 @@ export class WindowManager {
}
}
getClusterView(clusterId: ClusterId): WebContents {
return webContents.getAllWebContents().find(view => {
return new URL(view.getURL()).host.split(".")[0] === clusterId;
})
}
async showMain() {
try {
await this.showSplash();