mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #673] [MERGED] Add ability to set a window's parent using BrowserWindowOptions #1247
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/673
Author: @lukebordonaro
Created: 3/22/2022
Status: ✅ Merged
Merged: 4/6/2022
Merged by: @GregorBiswanger
Base:
master← Head:parentOption📝 Commits (2)
d6e362cAdd Parent property to BrowserWindowOptions4a44f3eSet parent in createBrowserWindow📊 Changes
3 files changed (+16 additions, -3 deletions)
View changed files
📝
ElectronNET.API/Entities/BrowserWindowOptions.cs(+9 -3)📝
ElectronNET.Host/api/browserWindows.js(+3 -0)📝
ElectronNET.Host/api/browserWindows.ts(+4 -0)📄 Description
Closes #666
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.