From e4f8a5edd14234f1a964422b936d6596a48dfd7c Mon Sep 17 00:00:00 2001 From: royjr Date: Mon, 29 Dec 2025 14:45:47 -0500 Subject: [PATCH] Update params_keys.h --- common/params_keys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/params_keys.h b/common/params_keys.h index 1145eb1279..6d235dec96 100644 --- a/common/params_keys.h +++ b/common/params_keys.h @@ -54,7 +54,7 @@ inline static std::unordered_map keys = { {"GsmRoaming", {PERSISTENT | BACKUP, BOOL}}, {"HardwareSerial", {PERSISTENT, STRING}}, {"HasAcceptedTerms", {PERSISTENT, STRING, "0"}}, - {"HideCamera", {PERSISTENT | BACKUP, BOOL}}, + {"HideCamera", {PERSISTENT | BACKUP, BOOL, "0"}}, {"InstallDate", {PERSISTENT, TIME}}, {"IsDriverViewEnabled", {CLEAR_ON_MANAGER_START, BOOL}}, {"IsEngaged", {PERSISTENT, BOOL}},