Update index.ts

This commit is contained in:
lin onetwo 2025-11-20 22:55:10 +08:00
parent d9d08aa1e9
commit df0b9e2ec2

View file

@ -219,7 +219,6 @@ export class Window implements IWindowService {
'--unsafely-disable-devtools-self-xss-warnings',
],
},
parent: isWindowWithBrowserView ? undefined : this.get(WindowNames.main),
};
let newWindow: BrowserWindow;
if (windowName === WindowNames.tidgiMiniWindow) {