[dialogs] remove default title

without this removal a user would have to call `SetTitle("")` in order to
erase the default if they desire a title-less dialog.
This commit is contained in:
Travis McLane 2023-05-10 10:53:24 -05:00
commit d14e4048aa

View file

@ -85,7 +85,6 @@ func newMessageDialog(dialogType DialogType) *MessageDialog {
return &MessageDialog{
MessageDialogOptions: MessageDialogOptions{
DialogType: dialogType,
Title: defaultTitles[dialogType],
},
impl: nil,
}