feat: add width option to dialog.showMessageBox() (#30474)
This commit is contained in:
parent
e39a1d2ea0
commit
77579614e0
5 changed files with 13 additions and 1 deletions
|
@ -32,6 +32,7 @@ bool Converter<electron::MessageBoxSettings>::FromV8(
|
|||
dict.Get("noLink", &out->no_link);
|
||||
dict.Get("checkboxChecked", &out->checkbox_checked);
|
||||
dict.Get("icon", &out->icon);
|
||||
dict.Get("textWidth", &out->text_width);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue