Lap time graph - Laptime log

Lap time Log and Laptime Graph. How to add to overlayconfig.xml

Check your documents/racelabapps/overlayconfig.xml folder and add these entries if they are not there:

```

<Window WindowName="LapTime Log Overlay" Show="true" RefreshRate="10" NotLookingRefreshRate="30" HideNotLooking="false" HideNotLookingRatio="0.94999999" Yaw="0" Pitch="0" Size="0.5" Alpha="1" AlphaTransparency="1">

<Position X="0" Y="0" Z="-0.5"/>

<Crop Left="0" Right="5" Top="0" Bottom="5"/>

<ColorBackground R="0" G="0" B="0" A="255"/>

<ColorMask R="255" G="0" B="255" A="255"/>

</Window>

<Window WindowName="LapTime Graph Overlay" Show="true" RefreshRate="10" NotLookingRefreshRate="30" HideNotLooking="false" HideNotLookingRatio="0.94999999" Yaw="0" Pitch="0" Size="0.5" Alpha="1" AlphaTransparency="1">

<Position X="0" Y="0" Z="-0.5"/>

<Crop Left="0" Right="5" Top="0" Bottom="5"/>

<ColorBackground R="0" G="0" B="0" A="255"/>

<ColorMask R="255" G="0" B="255" A="255"/>

</Window>