internal installer: set param for disable radar toggle

old-commit-hash: 21719aa824
This commit is contained in:
Adeeb Shihadeh
2022-08-01 09:56:20 -07:00
parent 3c275a5b26
commit 5933e51f8c
+1
View File
@@ -182,6 +182,7 @@ void Installer::cloneFinished(int exitCode, QProcess::ExitStatus exitStatus) {
std::map<std::string, std::string> params = {
{"SshEnabled", "1"},
{"RecordFrontLock", "1"},
{"DisableRadar_Allow", "1"},
{"GithubSshKeys", SSH_KEYS},
};
for (const auto& [key, value] : params) {