mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04: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