mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 20:42:09 +08:00
show upload toggle on tici
old-commit-hash: c985291e167b430df2669d2fe1f0e2078a508c52
This commit is contained in:
@@ -49,13 +49,11 @@ TogglesPanel::TogglesPanel(QWidget *parent) : QWidget(parent) {
|
||||
"../assets/offroad/icon_shell.png",
|
||||
this));
|
||||
|
||||
if (!Hardware::TICI()) {
|
||||
toggles.append(new ParamControl("IsUploadRawEnabled",
|
||||
"Upload Raw Logs",
|
||||
"Upload full logs and full resolution video by default while on WiFi. If not enabled, individual logs can be marked for upload at my.comma.ai/useradmin.",
|
||||
"../assets/offroad/icon_network.png",
|
||||
this));
|
||||
}
|
||||
toggles.append(new ParamControl("IsUploadRawEnabled",
|
||||
"Upload Raw Logs",
|
||||
"Upload full logs and full resolution video by default while on WiFi. If not enabled, individual logs can be marked for upload at my.comma.ai/useradmin.",
|
||||
"../assets/offroad/icon_network.png",
|
||||
this));
|
||||
|
||||
ParamControl *record_toggle = new ParamControl("RecordFront",
|
||||
"Record and Upload Driver Camera",
|
||||
|
||||
Reference in New Issue
Block a user