nttest hace 6 años
padre
commit
e06349dda1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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})";