ui: show wifi password by default (#30766)

* ui: show wifi password by default

* update immediately
old-commit-hash: 2d466e70cd
pull/32199/head
Adeeb Shihadeh 1 year ago committed by GitHub
parent 0bbffc86c0
commit 70a03a0f2d
  1. 3
      selfdrive/ui/qt/widgets/input.cc

@ -129,7 +129,8 @@ InputDialog::InputDialog(const QString &title, QWidget *parent, const QString &s
line->setEchoMode(QLineEdit::Normal); line->setEchoMode(QLineEdit::Normal);
} }
}); });
eye_btn->setChecked(true); eye_btn->toggle();
eye_btn->setChecked(false);
textbox_layout->addWidget(eye_btn); textbox_layout->addWidget(eye_btn);
} }

Loading…
Cancel
Save