fix: fast limit settings not saving

This commit is contained in:
Dan
2021-03-17 16:59:50 +00:00
parent 040141f4c8
commit 7e63c37e45
2 changed files with 19 additions and 9 deletions

View File

@@ -112,7 +112,15 @@ CONFIG.menuDefaults =
-- The speed unit used in conversions
-- Options: mph or kmh
["speedType"] = "mph"
["speedType"] = "mph",
-- The state for automatic speed locking. This requires CONFIG.allow_fast_limit to be true.
-- Options: true or false
["fastLock"] = false,
-- The speed limit required for automatic speed locking. This requires CONFIG.allow_fast_limit to be true.
-- Options: 0 to 200
["fastLimit"] = 60
}
-- Here you can change the default scale of the UI elements, as well as the safezone size