implem_command #9
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ impl StatusObj {
|
|||
ud_string = "";
|
||||
}
|
||||
}
|
||||
if self.pause_run == true {
|
||||
if self.pause_run == true && self.run_finish {
|
||||
pause_string = ", paused";
|
||||
} else {
|
||||
pause_string = "";
|
||||
|
|
Loading…
Reference in a new issue