Skip to content

Commit

Permalink
add a colour for quickstop
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Sep 14, 2024
1 parent fae1f31 commit fae182b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Details.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
case State.Startup:
return 'grey';
case State.StopHalf:
case State.Quickstop:
case State.Wheelslip:
return 'orange';
case State.StopFull:
Expand Down

0 comments on commit fae182b

Please sign in to comment.