mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
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:
@@ -5177,13 +5177,11 @@ void PrinterInfoBox::SetDefault(bool from_sd)
|
|||||||
{
|
{
|
||||||
if (!from_sd)
|
if (!from_sd)
|
||||||
{
|
{
|
||||||
m_stext_printer_title->Show(true);
|
|
||||||
m_comboBox_printer->Show(true);
|
m_comboBox_printer->Show(true);
|
||||||
m_button_refresh->Show(true);
|
m_button_refresh->Show(true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_stext_printer_title->Show(false);
|
|
||||||
m_comboBox_printer->Show(true);
|
m_comboBox_printer->Show(true);
|
||||||
m_button_refresh->Show(false);
|
m_button_refresh->Show(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user