JonasKruckenberg / tauri-sys

Bindings to the Tauri API for projects using wasm-bindgen
Apache License 2.0
84 stars 21 forks source link

Fixed serialization issue for `kind`. #6

Closed bicarlsen closed 1 year ago

bicarlsen commented 1 year ago

In MessageDialogType, kind is used instead of type. This change converts the field back to type when serialized.