Merge branch 'main' into dev/bbl-network-upd

This commit is contained in:
Noisyfox 2025-06-01 19:33:39 +08:00 committed by GitHub
commit 9444d61bb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
59 changed files with 2853 additions and 3014 deletions

View file

@ -1210,7 +1210,7 @@ wxPanel* SendMultiMachinePage::create_page()
//m_table_head_sizer->Add(m_task_status, 0, wxALIGN_CENTER_VERTICAL, 0);
m_ams = new Button(m_table_head_panel, _L("Ams Status"), "toolbar_double_directional_arrow", wxNO_BORDER, ICON_SIZE, false);
m_ams = new Button(m_table_head_panel, _L("AMS Status"), "toolbar_double_directional_arrow", wxNO_BORDER, ICON_SIZE, false);
m_ams->SetBackgroundColor(head_bg);
m_ams->SetCornerRadius(0);
m_ams->SetFont(TABLE_HEAD_FONT);