FIX: show the printer text in sd card mode

jira: [STUDIO-12247]
Change-Id: I9457c68365a9defaba75d7cda24229740c68a3f8
(cherry picked from commit 271154aa146f2d84eae8076a8d331909c2b10939)
This commit is contained in:
xin.zhang 2025-05-16 15:49:14 +08:00 committed by Noisyfox
parent d3c40a0261
commit 09bdbbbed2

View file

@ -5177,13 +5177,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);
}