mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
BigUI WIP: No place like... StarPilot
This commit is contained in:
@@ -1113,7 +1113,7 @@ class BreadcrumbController:
|
||||
from openpilot.selfdrive.ui.layouts.settings.starpilot.panel import StarPilotPanelType
|
||||
layout = getattr(main_panel.StarPilotLayout, "active_instance", None)
|
||||
|
||||
path = [("Home", "action:home")]
|
||||
path = [(tr("StarPilot"), "action:home")]
|
||||
if not layout:
|
||||
return path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user