From 21f6c82945708ee1b78b9a24d187828cfbe5429e Mon Sep 17 00:00:00 2001 From: ZouJin Date: Thu, 28 Sep 2023 17:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E8=80=81=E6=97=A7=E7=9A=84wo?= =?UTF-8?q?rkshop=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/MainWindow.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/VPet-Simulator.Windows/MainWindow.xaml.cs b/VPet-Simulator.Windows/MainWindow.xaml.cs index ddc23d2..bf59667 100644 --- a/VPet-Simulator.Windows/MainWindow.xaml.cs +++ b/VPet-Simulator.Windows/MainWindow.xaml.cs @@ -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)