mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX: Corrected firmware update title for printer
jira: STUDIO-12322 Change-Id: I3040026acbb3fc5525cbda8eefae1b013b065a25 (cherry picked from commit 3e2e115e0e6727b33dcf0d47c597cdb18ab7ef50)
This commit is contained in:
@@ -193,7 +193,7 @@ MonitorPanel::~MonitorPanel()
|
||||
//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("Update"), "", false);
|
||||
m_tabpanel->AddPage(m_upgrade_panel, _CTX(L_CONTEXT("Update", "Firmware"), "Firmware"), "", false);
|
||||
|
||||
m_hms_panel = new HMSPanel(m_tabpanel);
|
||||
m_tabpanel->AddPage(m_hms_panel, _L("Assistant(HMS)"), "", false);
|
||||
|
||||
Reference in New Issue
Block a user