diff --git a/VPet-Simulator.Core/Display/Main.xaml.cs b/VPet-Simulator.Core/Display/Main.xaml.cs index 54832a4..c093cfd 100644 --- a/VPet-Simulator.Core/Display/Main.xaml.cs +++ b/VPet-Simulator.Core/Display/Main.xaml.cs @@ -313,7 +313,7 @@ namespace VPet_Simulator.Core if (DisplayType.Type != GraphType.Default) {//不是nomal! 可能会卡timer,所有全部timer清空下 CleanState(); - if (!IsIdel && DisplayStop(DisplayToNomal)) + if (!IsIdel && State != WorkingState.Sleep && DisplayStop(DisplayToNomal)) return; } DefaultClickAction?.Invoke();