mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: add width option to dialog.showMessageBox() (#30474)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user