mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-20 08:42:11 +08:00
ui: show wifi password by default (#30766)
* ui: show wifi password by default * update immediately old-commit-hash: 2d466e70cdd6b4cf8ff5b939f401c2483a15f743
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