nttest 6 년 전
부모
커밋
e06349dda1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/AppModels/Vms/StartStopMineButtonViewModel.cs

+ 1 - 0
src/AppModels/Vms/StartStopMineButtonViewModel.cs

@@ -38,6 +38,7 @@ namespace NTMiner.Vms {
                 action: message => {
                     if (NTMinerRoot.IsAutoStartCanceled) {
                         BtnStopText = $"尚未开始";
+                        n = 0;
                     }
                     else {
                         BtnStopText = $"倒计时({--n})";