Skip to content

Commit

Permalink
启用开机启动时强制提醒
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisYounger committed Aug 18, 2023
1 parent 1173636 commit 4452919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VPet-Simulator.Windows/WinDesign/winGameSetting.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,8 @@ private void StartUpBox_Checked(object sender, RoutedEventArgs e)
{
if (!AllowChange)
return;
if (StartUpBox.IsChecked == true)
MessageBoxX.Show("该游戏随着开机启动该程序\r如需卸载游戏\r请关闭该选项".Translate());
mw.Set.StartUPBoot = StartUpBox.IsChecked == true;
GenStartUP();
}
Expand Down

0 comments on commit 4452919

Please sign in to comment.