mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-22 09:03:45 +08:00
ui: show wifi password by default (#30766)
* ui: show wifi password by default
* update immediately
old-commit-hash: 2d466e70cd
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user