ENH: show why can not set timelapse

jira: [STUDIO-11109]
Change-Id: Id6347a6b0e5f6ead0a5ad534790b42adf9f01c4a
(cherry picked from commit 9a80a45a82f5db6f85fadbde977529d39d8036b1)
This commit is contained in:
xin.zhang
2025-04-02 19:49:36 +08:00
committed by Noisyfox
parent 8c513c816b
commit 618716b544
4 changed files with 70 additions and 34 deletions

View File

@@ -1150,7 +1150,7 @@ public:
bool is_studio_cmd(int seq);
/* quick check*/
bool canEnableTimelapse() const;
bool canEnableTimelapse(wxString& error_message) const;
/* command commands */
int command_get_version(bool with_retry = true);