NEW:add pre print checker

jira:[none]

Change-Id: Ic1469d30dff30e1eba92d8bfacf58d0f0b789157
(cherry picked from commit 8cfa735c6cac432a2b97dea7703e810f8eef6d04)
This commit is contained in:
tao wang
2025-04-24 16:06:45 +08:00
committed by Noisyfox
parent 37a90cbf77
commit dc56608d13
10 changed files with 566 additions and 623 deletions

View File

@@ -1697,7 +1697,7 @@ void CalibrationPresetPage::update_show_status()
}
}
if (wxGetApp().app_config && wxGetApp().app_config->get("internal_debug").empty()) {
if (wxGetApp().app_config) {
if (obj_->upgrade_force_upgrade) {
show_status(CaliPresetPageStatus::CaliPresetStatusNeedForceUpgrading);
return;