We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Repeat the code:
app .dialog() .message("信息") .title("提示") .kind(MessageDialogKind::Warning) .buttons(MessageDialogButtons::OkCancelCustom( String::from("确定"), String::from("取消"), )) .blocking_show();