From 4452919b3370928fe24b80e5f110d22f36e3e128 Mon Sep 17 00:00:00 2001 From: ZouJin Date: Fri, 18 Aug 2023 23:26:37 +1000 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=E5=BC=80=E6=9C=BA=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E6=97=B6=E5=BC=BA=E5=88=B6=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs index a62c3fd..ad7db76 100644 --- a/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs +++ b/VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs @@ -767,6 +767,8 @@ namespace VPet_Simulator.Windows { if (!AllowChange) return; + if (StartUpBox.IsChecked == true) + MessageBoxX.Show("该游戏随着开机启动该程序\r如需卸载游戏\r请关闭该选项".Translate()); mw.Set.StartUPBoot = StartUpBox.IsChecked == true; GenStartUP(); }