fix: unit tests & unused variables

This commit is contained in:
Ian Chua
2026-09-15 16:46:28 +08:00
parent e48f9f47d2
commit e7ace6cc99
4 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -1463,7 +1463,7 @@ wxBoxSizer *StatusBasePanel::create_monitoring_page()
#if !BBL_RELEASE_TO_PUBLIC
m_staticText_timelapse->Show();
m_bmToggleBtn_timelapse->Show();
m_bmToggleBtn_timelapse->Bind(wxEVT_TOGGLEBUTTON, [this](wxCommandEvent &e) {
m_bmToggleBtn_timelapse->Bind(wxEVT_TOGGLEBUTTON, [](wxCommandEvent &e) {
if (e.IsChecked())
wxGetApp().getAgent()->start_subscribe("tunnel");
else