mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 07:31:52 +03:00
7 lines
233 B
Markdown
7 lines
233 B
Markdown
|
---
|
||
|
"tauri": patch
|
||
|
---
|
||
|
|
||
|
Adds the default types used with `Builder::default()` to items that expose `Params` in their type. This allows you to
|
||
|
skip specifying a generic parameter to types like `Window<P>` if you use the default type.
|