check if steam not found
Which also fixes the crash if steam was on login window
This commit is contained in:
parent
772af52ce3
commit
da04969f18
@ -36,6 +36,11 @@ namespace steam_proxy
|
||||
return;
|
||||
}
|
||||
|
||||
if (!FindWindowA(0, "Steam"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
this->load_client();
|
||||
this->clean_up_on_error();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user