pull/36257/head
Shane Smiskol 4 days ago
parent d38a9ca97a
commit 7a957db9f0
  1. 1
      system/ui/widgets/html_render.py

@ -11,6 +11,7 @@ from openpilot.system.ui.widgets.button import Button, ButtonStyle
LIST_INDENT_PX = 40 LIST_INDENT_PX = 40
class ElementType(Enum): class ElementType(Enum):
H1 = "h1" H1 = "h1"
H2 = "h2" H2 = "h2"

Loading…
Cancel
Save