Task step fix & cancel task fix

pull/534/head
Alex 2 years ago
parent 9309f4bd0c
commit fd8db9d597
No known key found for this signature in database

@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
@ -31,7 +31,7 @@ namespace DepotDownloader
LoginTokens = new Dictionary<string, string>();
}
static bool Loaded
public static bool Loaded
{
get { return Instance != null; }
}

Loading…
Cancel
Save