This commit is contained in:
JustArchi
2019-09-12 11:46:15 +02:00
parent 1b638a6e58
commit 5936d16c69

View File

@@ -125,6 +125,7 @@ namespace ArchiSteamFarm.Plugins {
ActivePlugins = activePlugins.ToImmutableHashSet();
ASF.ArchiLogger.LogGenericInfo(Strings.PluginsWarning);
// Loading plugins changes the program identifier, refresh the console title
Console.Title = SharedInfo.ProgramIdentifier;
return invalidPlugins.Count == 0;