[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-11 08:54:38 -05:00
parent 3049773e7f
commit 706256d3f0
-1
View File
@@ -85,7 +85,6 @@ func newMessageDialog(dialogType DialogType) *MessageDialog {
return &MessageDialog{
MessageDialogOptions: MessageDialogOptions{
DialogType: dialogType,
Title: defaultTitles[dialogType],
},
impl: nil,
}