mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
清理老旧的workshop缓存
This commit is contained in:
parent
90fa15e3fa
commit
21f6c82945
@ -313,6 +313,7 @@ namespace VPet_Simulator.Windows
|
|||||||
if (IsSteamUser)//如果是steam用户,尝试加载workshop
|
if (IsSteamUser)//如果是steam用户,尝试加载workshop
|
||||||
{
|
{
|
||||||
var workshop = Set["workshop"];
|
var workshop = Set["workshop"];
|
||||||
|
workshop.Clear();
|
||||||
await Dispatcher.InvokeAsync(new Action(() => LoadingText.Content = "Loading Steam Workshop"));
|
await Dispatcher.InvokeAsync(new Action(() => LoadingText.Content = "Loading Steam Workshop"));
|
||||||
int i = 1;
|
int i = 1;
|
||||||
while (true)
|
while (true)
|
||||||
|
Loading…
Reference in New Issue
Block a user