mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: several small fixs
Change-Id: Iee10daeedae924fa829148841556e31eb5e9d225 Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
@@ -145,7 +145,7 @@ bool DownloadProgressDialog::Show(bool show)
|
||||
m_upgrade_job->set_event_handle(this);
|
||||
m_status_bar->set_progress(0);
|
||||
Bind(EVT_UPGRADE_NETWORK_SUCCESS, [this](wxCommandEvent& evt) {
|
||||
m_status_bar->change_button_label(_L("Finish"));
|
||||
m_status_bar->change_button_label(_L("Close"));
|
||||
on_finish();
|
||||
m_status_bar->set_cancel_callback_fina(
|
||||
[this]() {
|
||||
|
||||
Reference in New Issue
Block a user