Merge branch 'main' into feat/window
This commit is contained in:
commit
610ea7b756
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ pub struct MessageDialogOptions {
|
||||||
pub title: Option<String>,
|
pub title: Option<String>,
|
||||||
|
|
||||||
/// The type of the dialog. Defaults to MessageDialogType::Info.
|
/// The type of the dialog. Defaults to MessageDialogType::Info.
|
||||||
|
#[serde(rename(serialize = "type"))]
|
||||||
pub kind: MessageDialogType,
|
pub kind: MessageDialogType,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue