diff --git a/VPet-Simulator.Windows/MainWindow.xaml.cs b/VPet-Simulator.Windows/MainWindow.xaml.cs index 3d59b99..e8bb47e 100644 --- a/VPet-Simulator.Windows/MainWindow.xaml.cs +++ b/VPet-Simulator.Windows/MainWindow.xaml.cs @@ -644,7 +644,7 @@ namespace VPet_Simulator.Windows notifyIcon.Text = "虚拟桌宠模拟器".Translate(); ContextMenu m_menu; - if (Set.PetHelper) + if (Set.PetHelper || Set.HitThrough) LoadPetHelper();