[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-30 16:31:59 +08:00
committed by Misite Bao
parent a0534d527a
commit 8c3439b733
-1
View File
@@ -85,7 +85,6 @@ func newMessageDialog(dialogType DialogType) *MessageDialog {
return &MessageDialog{
MessageDialogOptions: MessageDialogOptions{
DialogType: dialogType,
Title: defaultTitles[dialogType],
},
impl: nil,
}