Merge branch 'ui-visuals-freeze-fix' into master-dev-c3

# Conflicts:
#	CHANGELOGS.md
This commit is contained in:
Jason Wen
2024-05-18 10:40:42 -04:00
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ sunnypilot - 0.9.7.0 (2024-05-xx)
* NEW❗: Ford CAN-FD longitudinal
* NEW❗: Parse speed limit sign recognition from camera for certain supported platforms
* UPDATED: Hyundai CAN Longitudinal
* Auto-enable radar tracks on platforms with Mando radar
* Auto-enable radar tracks on platforms with applicable Mando radar
* UPDATED: Hyundai CAN-FD Radar-based SCC
* Longitudinal support for CAN-FD Radar-based SCC cars
* UPDATED: Hyundai CAN-FD Camera-based SCC
+1
View File
@@ -70,6 +70,7 @@ def manager_init() -> None:
("LastSpeedLimitSignTap", "0"),
("LkasToggle", "0"),
("MadsIconToggle", "1"),
("MapboxFullScreen", "0"),
("MapdVersion", f"{VERSION}"),
("MaxTimeOffroad", "9"),
("NNFF", "0"),
@@ -60,7 +60,7 @@ VisualsPanel::VisualsPanel(QWidget *parent) : ListWidget(parent) {
{
"MapboxFullScreen",
tr("Navigation: Display in Full Screen"),
QString(tr("Enable this will display the built-in navigation in full screen.<br>To switch back to driving view, <font color='yellow'>tap on the border edge</font>.")),
tr("Enable this will display the built-in navigation in full screen.<br>To switch back to driving view, <font color='yellow'>tap on the border edge</font>."),
"../assets/offroad/icon_blank.png",
},
{