From 88192355489be4bac76fe4561f36fa3dde119e52 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Tue, 29 Aug 2023 14:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E5=AE=A0?= =?UTF-8?q?=E7=89=A9=E6=9C=AA=E8=87=AA=E5=8A=A8=E5=88=87=E6=8D=A2=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs index 5418ba9..1df812b 100644 --- a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs +++ b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs @@ -821,7 +821,7 @@ namespace VPet_Simulator.Windows if (ischangename) { - mw.Core.Save.Name = petloader.PetName.Translate(); + mw.Core.Save.Name = mw.Pets[PetBox.SelectedIndex].PetName.Translate(); TextBoxPetName.Text = mw.Core.Save.Name; if (mw.IsSteamUser) SteamFriends.SetRichPresence("username", mw.Core.Save.Name); @@ -869,7 +869,7 @@ namespace VPet_Simulator.Windows // MessageBoxX.Show("桌宠重置成功".Translate()); // } //}); - //TODO ((TalkSelect)mw.TalkBox) + //((TalkSelect)mw.TalkBox).RelsTime break; case "OFF": default: