Skip to content

Commit

Permalink
hide fastest lap number if not live
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper Pazur committed Jan 24, 2024
1 parent 3712be9 commit 2a535bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion layouts/race_results/layer1-main/layer.json
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,14 @@
"Source" : "on Lap {Session.FastestLapNumLap}",
"BackgroundImage" : "images/borderbg.png",
"Height" : "35",
"Width" : "130"
"Width" : "130",
"Triggers" : [
{
"Condition" : "{Session.IsLiveData, Converter=BoolReverse}",
"Property" : "Foreground",
"Value" : "#00000000"
}
]
},
{
"BlockType" : "text",
Expand Down

0 comments on commit 2a535bc

Please sign in to comment.