From 672053db6508b844cd2ffd2452156cbd571c42fb Mon Sep 17 00:00:00 2001 From: royjr Date: Sat, 8 Nov 2025 09:17:54 -0800 Subject: [PATCH] Update display_panel.cc --- selfdrive/ui/sunnypilot/qt/offroad/settings/display_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/sunnypilot/qt/offroad/settings/display_panel.cc b/selfdrive/ui/sunnypilot/qt/offroad/settings/display_panel.cc index 465047f178..f49155543f 100644 --- a/selfdrive/ui/sunnypilot/qt/offroad/settings/display_panel.cc +++ b/selfdrive/ui/sunnypilot/qt/offroad/settings/display_panel.cc @@ -36,7 +36,7 @@ DisplayPanel::DisplayPanel(QWidget *parent) : QWidget(parent) { interactivityTimeout = new OptionControlSP("InteractivityTimeout", tr("Interactivity Timeout"), tr("Apply a custom timeout for settings UI." "\nThis is the time after which settings UI closes automatically if user is not interacting with the screen."), - "", {0, 120}, 10, true, nullptr, false); + "", {999999, 1000000}, 1000000, true, nullptr, false); connect(interactivityTimeout, &OptionControlSP::updateLabels, [=]() { refresh();