wip
This commit is contained in:
@@ -44,7 +44,7 @@ bool checkNNFFLogFileExists(const std::string &carFingerprint) {
|
||||
|
||||
FrogPilotControlsPanel::FrogPilotControlsPanel(SettingsWindow *parent) : FrogPilotListWidget(parent) {
|
||||
std::string branch = params.get("GitBranch");
|
||||
isRelease = branch == "FrogPilot";
|
||||
isRelease = branch == "clearpilot";
|
||||
|
||||
const std::vector<std::tuple<QString, QString, QString, QString>> controlToggles {
|
||||
{"Tuning", tr("Tuning"), tr(""), "../assets/offroad/icon_settings.png"},
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
FrogPilotVisualsPanel::FrogPilotVisualsPanel(SettingsWindow *parent) : FrogPilotListWidget(parent) {
|
||||
std::string branch = params.get("GitBranch");
|
||||
isRelease = branch == "FrogPilot";
|
||||
// CLEARPILOT
|
||||
isRelease = branch == "clearpilot";
|
||||
|
||||
const std::vector<std::tuple<QString, QString, QString, QString>> visualToggles {
|
||||
{"AlertVolumeControl", tr("Alert Volume Controller"), tr("Control the volume level for each individual sound in openpilot."), "../frogpilot/assets/toggle_icons/icon_mute.png"},
|
||||
|
||||
Reference in New Issue
Block a user