mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[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:
parent
7fd627f169
commit
d14e4048aa
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ func newMessageDialog(dialogType DialogType) *MessageDialog {
|
|||
return &MessageDialog{
|
||||
MessageDialogOptions: MessageDialogOptions{
|
||||
DialogType: dialogType,
|
||||
Title: defaultTitles[dialogType],
|
||||
},
|
||||
impl: nil,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue