diff --git a/DepotDownloader/Steam3Session.cs b/DepotDownloader/Steam3Session.cs index d2ee88ab..0246272a 100644 --- a/DepotDownloader/Steam3Session.cs +++ b/DepotDownloader/Steam3Session.cs @@ -403,6 +403,8 @@ namespace DepotDownloader bIsConnectionRecovery = false; steamClient.Disconnect(); + Ansi.Progress(Ansi.ProgressState.Hidden); + // flush callbacks until our disconnected event while (!bDidDisconnect) {