ui: show wifi password by default (#30766)

* ui: show wifi password by default

* update immediately
pull/30773/head
Adeeb Shihadeh 2 years ago committed by GitHub
parent 1346704426
commit 2d466e70cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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);
}
});
eye_btn->setChecked(true);
eye_btn->toggle();
eye_btn->setChecked(false);
textbox_layout->addWidget(eye_btn);
}

Loading…
Cancel
Save