mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
6 lines
294 B
Markdown
6 lines
294 B
Markdown
|
---
|
||
|
'tauri': 'patch:feat'
|
||
|
---
|
||
|
|
||
|
Add `WindowBuilder::parent` which is a convenient wrapper around parent functionality for Windows, Linux and macOS. Also added `WindowBuilder::owner` on Windows only. Also added `WindowBuilder::transient_for` and `WindowBuilder::transient_for_raw` on Linux only.
|