Hello,
I have encountered an issue with Config.PrimaryUiColor.
I changed the value, but the UI color does not update as configured.
Config.PrimaryUiColor = '#fd7e14'
The color remains the same as before and does not reflect the new value.
Additionally, when I open the Create Track UI, the button instructions defined in the config are not displayed:
Config.Buttons = {
AddCheckpoint = 'INSERT',
DeleteCheckpoint = 'DELETE',
MoveCheckpoint = 'HOME',
SaveRace = '0',
IncreaseDistance = 'PAGEUP',
DecreaseDistance = 'PAGEDOWN',
Exit = '9'
}
None of these keybind hints appear in the UI while creating a track.
Thank you.
