implem_command #9

Merged
statzitz merged 13 commits from implem_command into main 2024-04-18 01:30:48 +02:00
Showing only changes of commit a5ceacde6e - Show all commits

View file

@ -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 = "";