mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
9f8037c288
* fix(core): clear window surface for transparent windows closes #8632 this may conflict with `tauri-egui` rendering to the surface so we may need to add an option to disable internal rendering * fix build
7 lines
133 B
Markdown
7 lines
133 B
Markdown
---
|
|
'tauri': 'patch:bug'
|
|
'tauri-runtime-wry': 'patch'
|
|
---
|
|
|
|
On Windows, fix decorated window not transparent initially until resized.
|