Misc + translations update

This commit is contained in:
JustArchi
2017-07-05 07:49:40 +02:00
parent c46eee4499
commit 7822210cc0
35 changed files with 63 additions and 127 deletions

View File

@@ -136,7 +136,7 @@ namespace ArchiSteamFarm {
}
// Give new process some time to take over the window (if needed)
await Task.Delay(5000).ConfigureAwait(false);
await Task.Delay(2000).ConfigureAwait(false);
ShutdownResetEvent.Set();
Environment.Exit(0);