mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
启用开机启动时强制提醒
This commit is contained in:
parent
11736363b4
commit
4452919b33
@ -767,6 +767,8 @@ namespace VPet_Simulator.Windows
|
|||||||
{
|
{
|
||||||
if (!AllowChange)
|
if (!AllowChange)
|
||||||
return;
|
return;
|
||||||
|
if (StartUpBox.IsChecked == true)
|
||||||
|
MessageBoxX.Show("该游戏随着开机启动该程序\r如需卸载游戏\r请关闭该选项".Translate());
|
||||||
mw.Set.StartUPBoot = StartUpBox.IsChecked == true;
|
mw.Set.StartUPBoot = StartUpBox.IsChecked == true;
|
||||||
GenStartUP();
|
GenStartUP();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user