feature add download file for wcp logic.

This commit is contained in:
alves
2026-02-04 16:35:07 +08:00
parent 779e2716a8
commit 1f206dc889
5 changed files with 42 additions and 30 deletions

View File

@@ -383,8 +383,9 @@ void GenericDownloadDialog::show_progress_page()
void GenericDownloadDialog::show_complete_page()
{
m_simplebook_status->SetSelection(1);
m_status_bar->hide_cancel_button();
//m_simplebook_status->SetSelection(1);
//m_status_bar->hide_cancel_button();
EndModal(wxID_OK);
}
void GenericDownloadDialog::show_error_page(const std::string& error_msg)