Skip to content

Commit

Permalink
Merge pull request #5 from MF42-DZH/dev
Browse files Browse the repository at this point in the history
Add Labels to Car Selector
  • Loading branch information
MF42-DZH authored Mar 26, 2024
2 parents 9dc0849 + 3efea00 commit 344f433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified img/PartsPicker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main/scala/gt4enginegrapher/schema/names.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ case class SimpleName(
label: String,
name: String,
) {
override def toString: String = name
override def toString: String = s"$name${if (!label.contains("not_a_car")) s" ($label)" else ""}"
}

trait NameProvider {
Expand Down

0 comments on commit 344f433

Please sign in to comment.