1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-24 15:40:23 +01:00

Symbols parsing success notification displays for longer

This commit is contained in:
Valentin Radu 2021-11-24 14:17:18 +02:00
parent e12a8bb3f6
commit 493cf27687

View File

@ -33,7 +33,7 @@ L"</toast>\r\n";
const wchar_t DownloadOKXML[] = const wchar_t DownloadOKXML[] =
L"<toast displayTimestamp=\"2021-08-29T01:00:00.000Z\" scenario=\"reminder\" " L"<toast displayTimestamp=\"2021-08-29T01:00:00.000Z\" scenario=\"reminder\" "
L"activationType=\"protocol\" launch=\"https://github.com/valinet/ExplorerPatcher\" duration=\"short\">\r\n" L"activationType=\"protocol\" launch=\"https://github.com/valinet/ExplorerPatcher\" duration=\"long\">\r\n"
L" <visual>\r\n" L" <visual>\r\n"
L" <binding template=\"ToastGeneric\">\r\n" L" <binding template=\"ToastGeneric\">\r\n"
L" <text><![CDATA[Successfully downloaded symbols for OS build %s]]></text>\r\n" L" <text><![CDATA[Successfully downloaded symbols for OS build %s]]></text>\r\n"