fix: regression after merge

This commit is contained in:
Ian Chua
2026-07-30 01:54:46 +08:00
parent 00f558aa18
commit 14b05a4d8e
2 changed files with 2 additions and 1 deletions

View File

@@ -193,7 +193,7 @@ void MonitorPanel::init_tabpanel()
//m_tabpanel->AddPage(m_media_file_panel, _L("Internal Storage"), false);
m_upgrade_panel = new UpgradePanel(m_tabpanel);
m_tabpanel->AddPage(m_upgrade_panel, _L_CONTEXT(L_CONTEXT("Update", "Firmware"), "Firmware"), "", false);
m_tabpanel->AddPage(m_upgrade_panel, _L_CONTEXT(L_CONTEXT("Update", "Firmware"), "Firmware"), false);
m_hms_panel = new HMSPanel(m_tabpanel);
m_tabpanel->AddPage(m_hms_panel, _L("Assistant(HMS)"), false);

View File

@@ -38,6 +38,7 @@ class Button : public StaticBox
StateColor text_color;
bool pressedDown = false;
bool m_selected = true;
bool canFocus = true;
bool isCenter = true;
bool vertical = false;