mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-19 08:31:35 +03:00
4ab5545b7a
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
8 lines
201 B
Markdown
8 lines
201 B
Markdown
---
|
|
"tauri": "minor"
|
|
"tauri-runtime": "minor"
|
|
"tauri-runtime-wry": "minor"
|
|
---
|
|
|
|
Added the `content_protected` option when creating a window and `Window::set_content_protected` to change it at runtime.
|