mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
@@ -157,7 +157,7 @@ bool WindowsToastNotification::SetXmlText(
|
||||
|
||||
bool WindowsToastNotification::SetXmlImage(
|
||||
IXmlDocument* doc, std::string icon_path) {
|
||||
ScopedHString tag(L"imag");
|
||||
ScopedHString tag(L"image");
|
||||
if (!tag.success())
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user