Merge pull request #6 from bicarlsen/dialog

This commit is contained in:
Jonas Kruckenberg 2022-11-13 23:07:00 +01:00 committed by GitHub
commit 3969061e78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,
}