From 6e6d3f6423c26a202623cef728e038259e9e46cd Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Tue, 16 Aug 2022 21:18:13 -0700 Subject: [PATCH] can be peristent --- common/params.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/params.cc b/common/params.cc index f89e7ff002..2bc6c2a33c 100644 --- a/common/params.cc +++ b/common/params.cc @@ -151,7 +151,7 @@ std::unordered_map keys = { {"RecordFront", PERSISTENT}, {"RecordFrontLock", PERSISTENT}, // for the internal fleet {"ReleaseNotes", PERSISTENT}, - {"ReplayControlsState", CLEAR_ON_MANAGER_START | CLEAR_ON_IGNITION_ON}, + {"ReplayControlsState", PERSISTENT}, {"ShouldDoUpdate", CLEAR_ON_MANAGER_START}, {"SnoozeUpdate", CLEAR_ON_MANAGER_START | CLEAR_ON_IGNITION_OFF}, {"SshEnabled", PERSISTENT},