FIX: update the holds of command

jira: [STUDIO-11638]
Change-Id: I1d2fe9fce53b819a0307e0420d0858c0e2c13ce5
(cherry picked from commit fe959f3da34f41a500b66e4d46d268817cbc54fb)
This commit is contained in:
xin.zhang
2025-04-18 14:58:15 +08:00
committed by Noisyfox
parent 3654f1e56f
commit b1a5e66af9
2 changed files with 6 additions and 15 deletions

View File

@@ -960,7 +960,7 @@ public:
bool camera_recording { false };
bool camera_recording_when_printing { false };
bool camera_timelapse { false };
int camera_recording_hold_count = 0;
time_t camera_recording_ctl_start = 0;
int camera_timelapse_hold_count = 0;
int camera_resolution_hold_count = 0;
std::string camera_resolution = "";