FIX: show the printer text in sd card mode

jira: [STUDIO-12247]
Change-Id: I9457c68365a9defaba75d7cda24229740c68a3f8
This commit is contained in:
xin.zhang 2025-05-16 15:49:14 +08:00 committed by lane.wei
parent 561e9ea2b5
commit 271154aa14

View File

@ -5192,13 +5192,11 @@ void PrinterInfoBox::SetDefault(bool from_sd)
{
if (!from_sd)
{
m_stext_printer_title->Show(true);
m_comboBox_printer->Show(true);
m_button_refresh->Show(true);
}
else
{
m_stext_printer_title->Show(false);
m_comboBox_printer->Show(true);
m_button_refresh->Show(false);
}