You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steam has a way to gracefully shutdown by using the -shutdown command parameter. That should be used instead of killing the process when "Stop Steam before import" option is selected.
More info at Valve Developer Community
Steam has a way to gracefully shutdown by using the
-shutdown
command parameter. That should be used instead of killing the process when "Stop Steam before import" option is selected.More info at Valve Developer Community
I think the change needs to be made in the
ensure_steam_stopped()
functionAlso maybe add option to start Steam silently via
-silent
command parameter but that can be a separate feature request.The text was updated successfully, but these errors were encountered: