Fix password inputting issue and improve authorization

This commit is contained in:
yuanyuanxiang
2025-07-21 04:34:48 +08:00
parent ae7ec1a586
commit 1a72a4f520
8 changed files with 53 additions and 17 deletions

View File

@@ -57,6 +57,7 @@ BOOL CInputDialog::OnInitDialog()
SetWindowText(m_sCaption);
GetDlgItem(IDC_STATIC)->SetWindowText(m_sPrompt);
GetDlgItem(IDC_EDIT_FOLDERNAME)->SetWindowText(m_str);
m_Static2thInput.SetWindowTextA(m_sItemName);
m_Static2thInput.ShowWindow(m_sItemName.IsEmpty() ? SW_HIDE : SW_SHOW);