Merge pull request #296 from utix/patch-1

Fix running icon
This commit is contained in:
bradley
2022-08-01 06:32:57 -05:00
committed by GitHub

View File

@ -54,7 +54,7 @@ func (s *Status) setState(val string) {
case "created":
mark = "◉"
case "running":
mark = ""
mark = ""
color = ui.ThemeAttr("status.ok")
case "exited":
mark = "⏹"