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})";