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
commit 59f00dd6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 = "⏹"