ui: show wifi password by default (#30766)

* ui: show wifi password by default

* update immediately
old-commit-hash: 2d466e70cdd6b4cf8ff5b939f401c2483a15f743
This commit is contained in:
Adeeb Shihadeh
2023-12-16 22:36:26 -08:00
committed by GitHub
parent 0bbffc86c0
commit 70a03a0f2d
+2 -1
View File
@@ -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);
}