[Submodules] Update them all
This commit is contained in:
parent
17a77199bc
commit
2be74b22be
2
deps/WinToast
vendored
2
deps/WinToast
vendored
@ -1 +1 @@
|
|||||||
Subproject commit a9771a2b43d93e18227fae5ecee92d6b9eb6f2bb
|
Subproject commit 3dd4823791c447b14e8eacd67487a953f1ecf98a
|
2
deps/libtomcrypt
vendored
2
deps/libtomcrypt
vendored
@ -1 +1 @@
|
|||||||
Subproject commit b439f83018b51045609defb3f20fd6ccbfb063bc
|
Subproject commit 55a7eead7f42a36f7edd82ecac04999f188036c9
|
2
deps/libtommath
vendored
2
deps/libtommath
vendored
@ -1 +1 @@
|
|||||||
Subproject commit a8b81498d009e45a69b947e06930bd2a8e5fa90f
|
Subproject commit 141a98931eefd4491eb06ff474efc2fe74f393cf
|
@ -401,7 +401,7 @@ namespace Steam
|
|||||||
std::string steamExe = Proxy::GetSteamDirectory() + "\\steam.exe";
|
std::string steamExe = Proxy::GetSteamDirectory() + "\\steam.exe";
|
||||||
if (::Utils::IO::FileExists(steamExe))
|
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"Please wait", Components::Toast::Template::FirstLine);
|
||||||
templ.setTextField(L"Starting Steam...", Components::Toast::Template::SecondLine);
|
templ.setTextField(L"Starting Steam...", Components::Toast::Template::SecondLine);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user