Merge branch 'main' into feat/window

This commit is contained in:
Jonas Kruckenberg 2022-11-14 10:13:32 +01:00
commit 610ea7b756

View file

@ -44,6 +44,7 @@ pub struct MessageDialogOptions {
pub title: Option<String>,
/// The type of the dialog. Defaults to MessageDialogType::Info.
#[serde(rename(serialize = "type"))]
pub kind: MessageDialogType,
}