fix: wrap command_* with small wrapper

This commit is contained in:
Ian Chua
2026-09-17 12:51:17 +08:00
parent ee2b4ccf70
commit 4d85b6627e
2 changed files with 21 additions and 47 deletions
+1 -1
View File
@@ -976,7 +976,7 @@ public:
void command_set_save_remote_print_file_to_storage(bool save);
private:
int command_with_dialog(int cmd_result);
/* xcam door open check*/
bool is_support_door_open_check = false;
DoorOpenCheckState xcam_door_open_check = DoorOpenCheckState::DOOR_OPEN_CHECK_DISABLE;