清理老旧的workshop缓存

This commit is contained in:
ZouJin 2023-09-28 17:06:50 +08:00
parent 90fa15e3fa
commit 21f6c82945

View File

@ -313,6 +313,7 @@ namespace VPet_Simulator.Windows
if (IsSteamUser)//如果是steam用户,尝试加载workshop
{
var workshop = Set["workshop"];
workshop.Clear();
await Dispatcher.InvokeAsync(new Action(() => LoadingText.Content = "Loading Steam Workshop"));
int i = 1;
while (true)