fix(core): populate webview_attrs from config, closes #6794 (#6797)

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
Amr Bashir
2023-05-24 21:39:51 +03:00
committed by GitHub
parent df89ccc191
commit ff5e4dbbb0
6 changed files with 62 additions and 41 deletions

View File

@@ -0,0 +1,5 @@
---
'tauri': 'patch'
---
Fix some configurations not applied when creating the window through Javascript.

View File

@@ -0,0 +1,5 @@
---
'tauri-runtime': 'patch'
---
impl `From<&WindowConfig>` for `WebviewAttributes`.