Update BigInputDialog to remove default URL

Remove default URL from custom software input dialog.
This commit is contained in:
Shane Smiskol
2026-03-01 03:41:20 -08:00
committed by GitHub
parent 308475fcc9
commit c244a5d485

View File

@@ -623,7 +623,7 @@ class Setup(Widget):
gui_app.pop_widgets_to(self._software_selection_page, instant=True) # don't reset sliders
self._download(url)
keyboard = BigInputDialog("custom software URL", "openpilot.comma.ai", confirm_callback=handle_keyboard_result)
keyboard = BigInputDialog("custom software URL", confirm_callback=handle_keyboard_result)
gui_app.push_widget(keyboard)
def _download(self, url: str):