diff --git a/deps/WinToast b/deps/WinToast index a9771a2b..3dd48237 160000 --- a/deps/WinToast +++ b/deps/WinToast @@ -1 +1 @@ -Subproject commit a9771a2b43d93e18227fae5ecee92d6b9eb6f2bb +Subproject commit 3dd4823791c447b14e8eacd67487a953f1ecf98a diff --git a/deps/libtomcrypt b/deps/libtomcrypt index b439f830..55a7eead 160000 --- a/deps/libtomcrypt +++ b/deps/libtomcrypt @@ -1 +1 @@ -Subproject commit b439f83018b51045609defb3f20fd6ccbfb063bc +Subproject commit 55a7eead7f42a36f7edd82ecac04999f188036c9 diff --git a/deps/libtommath b/deps/libtommath index a8b81498..141a9893 160000 --- a/deps/libtommath +++ b/deps/libtommath @@ -1 +1 @@ -Subproject commit a8b81498d009e45a69b947e06930bd2a8e5fa90f +Subproject commit 141a98931eefd4491eb06ff474efc2fe74f393cf diff --git a/src/Steam/Proxy.cpp b/src/Steam/Proxy.cpp index cf968356..c14e1646 100644 --- a/src/Steam/Proxy.cpp +++ b/src/Steam/Proxy.cpp @@ -401,7 +401,7 @@ namespace Steam std::string steamExe = Proxy::GetSteamDirectory() + "\\steam.exe"; if (::Utils::IO::FileExists(steamExe)) { - Components::Toast::Template templ = Components::Toast::Template(Components::Toast::Template::ImageWithTwoLines); + Components::Toast::Template templ = Components::Toast::Template(Components::Toast::Template::ImageAndText02); templ.setTextField(L"Please wait", Components::Toast::Template::FirstLine); templ.setTextField(L"Starting Steam...", Components::Toast::Template::SecondLine);