[Proxy] Set text to please wait
This commit is contained in:
parent
f2df11883c
commit
733054431b
@ -310,7 +310,7 @@ namespace Steam
|
|||||||
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::ImageWithTwoLines);
|
||||||
templ.setTextField(L"IW4x", 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);
|
||||||
|
|
||||||
std::string icon = Components::Toast::GetIcon();
|
std::string icon = Components::Toast::GetIcon();
|
||||||
|
Loading…
Reference in New Issue
Block a user