From 0fde830a3054fd538bcf68451fe0145355a9295a Mon Sep 17 00:00:00 2001 From: royjr Date: Tue, 23 Sep 2025 10:35:46 -0400 Subject: [PATCH] fix params --- common/params_keys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/params_keys.h b/common/params_keys.h index 2711d45a5e..ef32cbcbb3 100644 --- a/common/params_keys.h +++ b/common/params_keys.h @@ -166,6 +166,7 @@ inline static std::unordered_map keys = { {"VisualStyleBlend", {PERSISTENT | BACKUP, BOOL, "0"}}, {"VisualStyleBlendThreshold", {PERSISTENT | BACKUP, INT, "20"}}, {"VisualRadarTracks", {PERSISTENT | BACKUP, BOOL, "0"}}, + {"VisualRadarTracksDelay", {PERSISTENT | BACKUP, FLOAT, "0.0"}}, {"VisualWideCam", {PERSISTENT | BACKUP, BOOL, "0"}}, {"VisualFPS", {PERSISTENT | BACKUP, BOOL, "0"}},