Various auto-update improvements

This commit is contained in:
JustArchi
2017-07-05 07:30:08 +02:00
parent ad09b1dec9
commit c46eee4499
6 changed files with 18 additions and 10 deletions

View File

@@ -309,7 +309,7 @@ namespace ArchiSteamFarm {
OS.Init(GlobalConfig.Headless);
WebBrowser.Init();
WebBrowser = new WebBrowser(ASF.ArchiLogger);
WebBrowser = new WebBrowser(ASF.ArchiLogger, true);
}
private static async Task<bool> InitShutdownSequence() {